@ -295,12 +295,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
parser_.data = this;
}
HTTPConnection::~HTTPConnection ( )
{
Persistent<FunctionTemplate> HTTPServer::constructor_template;
void
@ -20,7 +20,6 @@ protected:
HTTPConnection (v8::Handle<v8::Object> handle,
enum http_parser_type type);
~HTTPConnection ( );
void OnReceive (const void *buf, size_t len);