git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@765695
13f79535-47bb-0310-9956-
ffa450edef68
// ----------------------------------------------------------- Constructors
- public Http11NioProcessor(int rxBufSize, int txBufSize, int maxHttpHeaderSize, NioEndpoint endpoint) {
+ public Http11NioProcessor(int maxHttpHeaderSize, NioEndpoint endpoint) {
this.endpoint = endpoint;
public Http11NioProcessor createProcessor() {
Http11NioProcessor processor = new Http11NioProcessor(
- 0,
- 0,
proto.maxHttpHeaderSize,
proto.ep);
processor.setAdapter(proto.adapter);