deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
884 stars 45 forks source link

Ignore carriage returns in headers #172

Closed technosophos closed 2 years ago

technosophos commented 2 years ago

Change header parsing to completely ignore CRs when parsing headers.

Closes #171

Signed-off-by: Matt Butcher matt.butcher@fermyon.com

technosophos commented 2 years ago

The broken tests were because of #173 (SSL cert failure). Rebased to include that PR here.