Browse Source

Remove unused variable in http.cc

v0.7.4-release
Ryan Dahl 16 years ago
parent
commit
5fdf9bbaa9
  1. 2
      src/http.cc

2
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<Value> argv[1];
// TODO each message should have their encoding.
// don't look at the conneciton for encoding
Local<Value> data = Encode(buf, len, connection->encoding_);

Loading…
Cancel
Save