Make sure you are running the latest version of TinyWeb before reporting an issue.
Device and/or platform:
Description of problem:read_headers is not case-insensitive on keys, as described in the standard.
This can lead to problems, if the client uses different cases for ie. content-length.
Make sure you are running the latest version of TinyWeb before reporting an issue.
Device and/or platform:
Description of problem:
read_headers
is not case-insensitive on keys, as described in the standard. This can lead to problems, if the client uses different cases for ie.content-length
.https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers
Expected: Lowercase all the received headers.
Traceback (if applicable):
Additional info: