http
http copied to clipboard
add support for enabling HTTP pipelining
- [x] Adds a new option
supportPipelining
toHTTPServer.start
. - [x] Fixes #318
- [x] Adds a debug-only assertion when pipelining is detected in
HTTPServerHandler
. - [x] Changes TLS test to
vapor.codes
since Amazon's TLS seems to be unreliable.
Super, looks good to me. I've just opened #321 to add a test case for pipelining.