mirror of
https://github.com/typeable/wai.git
synced 2024-12-28 16:46:28 +03:00
302726b815
- Instead of 'error "Header line length exceeds allowed maximum."' throw 'ConnectionError (UnknownErrorCode 431) "Request Header Fields Too Large"' - Instead of 'error "Maximum size exceeded"' throw 'ConnectionError (UnknownErrorCode 413) "Payload Too Large"' Before submitting your PR, I have: - [X] Bumped the version number - [X] Added Since declarations to the Haddock After submitting PR, I have: - [X] Update the Changelog.md file with a link to your PR - [X] Check that CI passes (except lts-6 and lts-9) On Windows stack-lts-13 1 test fails 1) Run streaming response with length expected: "HelloHelloHelloHello" but got: "Bad Request" Runs fine on Linux and mac. |
||
---|---|---|
.. | ||
Network/Wai | ||
requests | ||
json | ||
sample.hs | ||
Spec.hs | ||
test.html | ||
WaiExtraSpec.hs |