JETTY-1431
This commit is contained in:
parent
949975e46a
commit
8e765f12c6
|
@ -159,7 +159,7 @@ public class GzipHandler extends HandlerWrapper
|
|||
*
|
||||
* @return the buffer size
|
||||
*/
|
||||
public int setBufferSize()
|
||||
public int getBufferSize()
|
||||
{
|
||||
return _bufferSize;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue