private static int MAX_POST_SIZE = 10 * 1024 * 1024; // 10MB public HttpProcessor(TcpClient s, HttpServer srv) { this.socket = s; this.srv = srv; }
public HttpProcessor(TcpClient s, HttpServer srv) { this.socket = s; this.srv = srv; }