lightbug_http
lightbug_http copied to clipboard
Simple and fast HTTP framework for Mojo! 🔥
**Describe the bug** On a POST request with a long payload, only the beginning of it gets received. On some cases the logged body is even empty! **To Reproduce** 1....
**Describe the bug** Sometimes - but not always - the socket is not well closed after server interruption (^C). The socket does not appear in the output of `ss -tln`....
**Describe the bug** [Read this article](https://www.jmix.io/blog/utf-8-in-http-headers/) **To Reproduce** Send any ISO-8859-1 character as header and it will be parsed as UTF-8 directly. Write any Header to a response that contains...
**Describe the bug** When I set `max = "*"` as a dependency in a Mojo project containing `lightbug_http` as well, a version of Max newer than what is supported by...