Commit Graph

3 Commits

Author SHA1 Message Date
klzgrad
8c0ccd2a12 h2: Use large connection window for HAProxy
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.
2018-12-10 02:25:19 -05:00
klzgrad
46b6279ddf h2: Reduce warnings about RST on invalid streams
Per RFC 7540#6.4:

  However, after sending the RST_STREAM, the sending endpoint MUST be
  prepared to receive and process additional frames sent on the stream
  that might have been sent by the peer prior to the arrival of the
  RST_STREAM.
2018-12-10 02:25:18 -05:00
klzgrad
46caed9b9c Import chromium-70.0.3538.110 2018-12-09 21:59:24 -05:00