Rename PerMessageDeflateExtension maxFrameSize to maxFragmentSize
The PerMessageDeflationExtension's optional maxFrameSize constructor parameter is applied to the size of a fragment while decompressing, and not to the complete frame size (that size is checked after passing the decompressed fragment), so rename the parameter to what it actually is. Add Javadoc to the full-parameter constructor method.
R
Robert Schlabbach committed
238fc820ff05ad652d5dd65ca729321a96cd568b
Parent: 2636218