open fun setWindowSize(windowSize: Int): HttpConnection
Update the current connection wide window size to a new size. Increasing this value, gives better performance when several data streams are multiplexed This is not implemented for HTTP/1.x.
windowSize - the new window size
Return
a reference to this, so the API can be used fluently