Fix issue #44, eof on connect to http.
authorBen Williamson <benw@pobox.com>
Mon, 11 Jan 2010 06:06:05 +0000 (17:06 +1100)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 11 Jan 2010 06:22:21 +0000 (22:22 -0800)
commitbba23c0998a2384a024fbb6cb6f24f70b521a28f
treee5b2dccc04745c46542a25c4680560672005a358
parent39ca93549af91575ca9d4cbafd1e170fbcef3dfa
Fix issue #44, eof on connect to http.

eof_symbol wasn't initialized until the first packet arrived.
In this case no packets arrive before the client closes the socket - eof.
src/node_http.cc