http icon indicating copy to clipboard operation
http copied to clipboard

add support for enabling HTTP pipelining

Open tanner0101 opened this issue 6 years ago • 1 comments

  • [x] Adds a new option supportPipelining to HTTPServer.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.

tanner0101 avatar Dec 12 '18 20:12 tanner0101

Super, looks good to me. I've just opened #321 to add a test case for pipelining.

t089 avatar Dec 13 '18 07:12 t089