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.
parent
39ca9354
Please register or sign in to comment
eof_symbol wasn't initialized until the first packet arrived. In this case no packets arrive before the client closes the socket - eof.