HttpParser#next? becomes response_start_sent-aware
commit421f5a8573484b1203fceebc65aee5d011d63c63
authorEric Wong <normalperson@yhbt.net>
Wed, 8 May 2013 22:57:23 +0000 (8 22:57 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 8 May 2013 22:57:23 +0000 (8 22:57 +0000)
tree79c0a4ae2fafa76369e4a3ffede569c281591822
parentc3c79fcdb71c599e426f9ce83d45dc8cc3d9cd3c
HttpParser#next? becomes response_start_sent-aware

This could allow servers with persistent connection support[1]
to support our check_client_connection in the future.

[1] - Rainbows!/zbatery, possibly others
ext/unicorn_http/unicorn_http.rl
test/unit/test_http_parser_ng.rb