Example #1
0
        private static int MAX_POST_SIZE = 10 * 1024 * 1024; // 10MB

        public HttpProcessor(TcpClient s, HttpServerBase srv)
        {
            this.socket = s;
            this.srv    = srv;
        }
 public HttpProcessor(TcpClient s, HttpServerBase srv)
 {
     this.socket = s;
     this.srv = srv;
 }