mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-19 16:33:19 +03:00
RFC 7540 6.9.2 requires the connection flow-control window be 65536 until a WINDOW_UPDATE frame is received. But HAProxy never sends a WINDOW_UPDATE to increase the connection window above 65536. Use a large value for the default window size. This is NOT compliant with RFC 7540, but this is the only way to support high-traffic scenarios without patching HAProxy.
Description
Languages
C++
81.5%
Python
14%
C
1.5%
Objective-C++
1%
Starlark
0.6%
Other
1.2%