Chenjp
Chenjp
@PaulTan94 @oxsean @icodening @AlbumenJ I have an idea to handle GoAway gracefully, but need a testcase to cover. It's difficult to reproduce the scenario. Can you help?
GoAway failure (caused by stream id exhaustion) occurs in one of billions probability, we need have a trade-off between fix-cost with introduce complexity and one-of-billion impact. I think **NO NEED...
No news is good news. @AlbumenJ @PaulTan94 PTAL
@finefuture Pls consider adding support for following scope level "max-body-size": 1. Application; 2. Protocol; 3. Service; Priority : Service>Protocol>Application. Example: 1. Nginx: ``` Syntax: client_max_body_size size; Context: http, server, location...