Skip to content

Breaking API change. You must call aws_http_stream_activate() after aws_http_connection_make_request(). Back pressure is now a connection wide setting and not controlled at the stream level.

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonathanHenson JonathanHenson released this 27 Mar 02:58
f5096ca
v0.5.1

Streams now have to be activated. This works around a race condition …