Browse Source

Remove debug message

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
39a12b2a22
  1. 1
      src/node_http.cc

1
src/node_http.cc

@ -91,7 +91,6 @@ HTTPConnection::OnEOF ()
{
HandleScope scope;
assert(attached_);
printf("(node) HTTP EOF!\n");
if (type_ == HTTP_REQUEST) {
http_parse_requests(&parser_, NULL, 0);
} else {

Loading…
Cancel
Save