envoyproxy / envoyproxy/nighthawk
Stream handling should be able to apply back-pressure
Open
- Dominant language
- C++
- Stars
- 414
- Forks
- 95
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 11
Description
In https://github.com/envoyproxy/nighthawk/pull/205 we fixed an ASSERT that would trigger when sending off large requests. However, when sending very large requests, we will buffer everything.
It would be great to be able to apply controlled / configurable backpressure.
Contributor guide
Assessment
This issue has not been assessed yet.