Currently, Netty's DefaultHttp2LocalFlowController provides no mechanism to configure the initial window size of the connection stream. Setting initial window size on the flow controller does nothing to change the connection stream's flow control window. This means that a connection window of 65535 is enforced when AutoRefillConnectionWindow is configured to false.