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
v0.5.1 Streams now have to be activated. This works around a race condition …