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