Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP/1: Ensure active mode is enabled for the next stream
In rare cases it was possible for active mode to be disabled when there were no streams pipelined. This resulted in the dropping of the connection due to timeouts as no data could be received. We now enable active mode when necessary even if there are no streams pipelined. This was found while benchmarking and I have not been able to extract a test case.
- Loading branch information