HTTP library needs to honor "Connection: close" header
Brought to you by:
mdwelsh
HTTP/1.1 connections are persistent by default, but
clients can specify that they don't want a persistent
connection by adding a "Connection: close" header to
the request. The SEDA http library does not currently
honor this header which breaks some benchmark tools.
"Connection: close" fix for HTTP library