diff --git a/src/http.cc b/src/http.cc index d0202a0e05..eb82238705 100644 --- a/src/http.cc +++ b/src/http.cc @@ -187,8 +187,6 @@ HTTPConnection::on_body (http_parser *parser, const char *buf, size_t len) assert(connection->attached_); HandleScope scope; - Handle argv[1]; - // TODO each message should have their encoding. // don't look at the conneciton for encoding Local data = Encode(buf, len, connection->encoding_);