1 ###############################################################################
3 # HTTP/1.1 Request with an invalid connection header, server must
4 # not send a connection header, must assume keepalive by default
7 # Eduardo Silva <edsiper@gmail.com>
13 # Do not Expect 'Connection:' header
14 ###############################################################################
24 __Connection: an invalid value
26 _EXPECT . "HTTP/1.1 200 OK"
27 _EXPECT . "!Connection:"
28 _EXPECT . "!Keep-Alive:"