-
Tatsuhiro Tsujikawa authored
Now NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE is split into 2 options: NGHTTP2_OPT_NO_AUTO_STREAM_WINDOW_UPDATE and NGHTTP2_OPT_NO_AUTO_CONNECTION_WINDOW_UPDATE. This is preparation for the upcoming removal of END_FLOW_CONTROL flag. For nghttpx, instead of using END_FLOW_CONTROL to disable connection-level flow control, increase window size by large enough value, which is friendly way to current chromium implementation.
19377fb3