Ben Kallus
Ben Kallus
The Garden doesn't support these methods because they're special cases. I should add support for them because they're probably a wellspring of interesting bugs.
## Describe the bug The gateway example forwards requests with multiple `Content-Length` headers. The HTTP RFCs say not to forward such messages. From RFC 7230: > If a message is...
NUL shouldn't be permitted in header field names or values. This patch ensures that requests containing NUL within the headers are rejected. This patch also ensures that header values get...
The HTTP RFCs specify that header values may be optionally prefixed and/or suffixed with any number of spaces and/or tabs, and that these are to be ignored. Libevent implements this...