nghttpx: Add connection-level flow control window size options
This commit also changes SPDY's flow control size. Previously, the size for SPDY is the same amount of bytes with HTTP/2. For example, --frontend-http2-upstream-window-bits=N, the window size is 2**N - 1. Now SPDY code uses 2**N.
Showing
Please register or sign in to comment