mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Various http fixes (#132)
* Fix parsing ambiguity in Transfer-Encoding and Content-Length headers for HTTP/1.0 requests * Fix http2 content-length handling * fix h2 content-length support
This commit is contained in:
parent
767f022a8e
commit
ee4b23465b
29 changed files with 235 additions and 73 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -80,3 +80,4 @@ jobs:
|
|||
--skip test_no_decompress
|
||||
--skip test_connection_reuse_h2
|
||||
--skip test_h2_tcp
|
||||
--skip test_timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue