Releases: cortexm/uhttp-server
Releases · cortexm/uhttp-server
v2.6.0
Sorry, something went wrong.
No results found
v2.6.0
- fix: deeply nested JSON body crashed the loop → now 400
- fix: WebSocket auto-pong on full send buffer crashed the loop → now closes
- fix: custom/unknown response status codes raised KeyError
- change: default max_waiting_clients 5→32, listen backlog 2→8 (higher RAM use)
- docs: README defaults synced, respond_file path-traversal warning
v2.5.2
Sorry, something went wrong.
No results found
wipe micropython device before tests
v2.5.1
Sorry, something went wrong.
No results found
make slow-client cap test deterministic via monkey-patched flush
v2.5.0 - ndjson
Sorry, something went wrong.
No results found
ndjson support
v2.4.0
Sorry, something went wrong.
No results found
v2.3.5
Sorry, something went wrong.
No results found
parse_cookies function + bugfix
v2.3.4
Sorry, something went wrong.
No results found
added status 409
v2.3.3
Sorry, something went wrong.
No results found
increased socket timeout in keepalive tests
v2.3.2
Sorry, something went wrong.
No results found
v2.3.1
Sorry, something went wrong.
No results found
support for more file formats, fixed bug when response has empty list…