Yuki Okushi
|
82b4ee2171
|
Merge branch 'master' into asonix/shutdown-when-not-reading-full-request
|
2025-10-05 09:56:21 +09:00 |
Thales Fragoso
|
fde7934243
|
Add option to allow/disallow half closures in HTTP/1 (#3777)
* Add ServiceConfigBuilder to facilitate future extensions
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
* Add option to allow/disallow h1 half closures
The default is set to allow, thus reverting a change made in 3.11.1
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
* Add tests for h1 half closures
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
* Comply with clippy
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
* Adjust imports to satisfy fmt
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
---------
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
|
2025-10-04 23:03:26 +00:00 |
asonix
|
965bb5c203
|
Add test that fails without changes & passes with changes
|
2025-09-04 17:52:17 -05:00 |
Rob Ede
|
79a38e0628
|
apply standard formatting
|
2023-07-17 02:38:12 +01:00 |
Rob Ede
|
115701eb86
|
prepare awc release 3.1.1
|
2023-02-26 03:34:47 +00:00 |
Rob Ede
|
29bd6a1dd5
|
fix version requirement for futures_util
|
2022-12-18 01:34:48 +00:00 |
Rob Ede
|
cc7145d41d
|
rust 1.64 clippy run (#2891)
|
2022-09-25 20:54:17 +01:00 |
Rob Ede
|
264a703d94
|
revert broken fix in #2624 (#2779)
* revert broken fix in #2624
* update changelog
|
2022-06-11 13:43:13 +01:00 |
Rob Ede
|
5ca42df89a
|
fix stuck connection when handler doesn't read payload (#2624)
|
2022-02-03 07:03:39 +00:00 |
Rob Ede
|
3200de3f34
|
fix request head timeout (#2611)
|
2022-01-31 17:30:34 +00:00 |
Rob Ede
|
cc9ba162f7
|
add late request dispatcher test
|
2022-01-27 17:00:07 +00:00 |
Rob Ede
|
37799df978
|
add basic dispatcher test
|
2022-01-27 06:42:54 +00:00 |
Rob Ede
|
3ae4f0a629
|
add keep-alive dispatcher tests
|
2022-01-27 06:29:46 +00:00 |
Rob Ede
|
14a4f325d3
|
move dispatcher tests to own file
|
2022-01-27 06:06:55 +00:00 |