Rob Ede
|
8ff489aa90
|
apply fix from #2369
|
2022-07-24 16:35:00 +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
|
80d222aa78
|
use tracing in actix-http
|
2022-03-10 03:12:29 +00:00 |
|
Rob Ede
|
49cd303c3b
|
fix dispatcher panic when conbining pipelining and keepalive
fixes #2678
|
2022-03-04 03:12:38 +00:00 |
|
Rob Ede
|
1ce58ecb30
|
fix dispatcher panic on pending flush
fixes thread panic in actix-http-3.0.0-rc.3 #2655
|
2022-02-22 00:19:48 +00: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
|
14a4f325d3
|
move dispatcher tests to own file
|
2022-01-27 06:06:55 +00:00 |
|
Rob Ede
|
1296e07c48
|
relax unpin bounds on payload types (#2545)
|
2021-12-24 17:47:47 +00:00 |
|
Ali MJ Al-Nasrawy
|
57ea322ce5
|
simplify MessageBody::complete_body interface (#2522)
|
2021-12-17 19:09:08 +00:00 |
|
Rob Ede
|
2cf27863cb
|
remove direct dep on pin-project in -http (#2524)
|
2021-12-17 14:13:54 +00:00 |
|
Rob Ede
|
5359fa56c2
|
include source for dispatch body errors
|
2021-12-17 01:29:41 +00:00 |
|
Rob Ede
|
406f694095
|
standardize rustfmt max_width
|
2021-12-08 06:01:11 +00:00 |
|
Rob Ede
|
e49e559f47
|
fix some docs
|
2021-12-08 05:43:50 +00:00 |
|
Rob Ede
|
d35b7644dc
|
add connection level data container (#2491)
|
2021-12-07 17:23:34 +00:00 |
|
Rob Ede
|
2d053b7036
|
remove actix_http::http module (#2488)
|
2021-12-05 14:37:20 +00:00 |
|
Rob Ede
|
c7c02ef99d
|
body ergonomics v3 (#2468)
|
2021-12-04 19:40:47 +00:00 |
|
Rob Ede
|
d8cbb879dd
|
make AnyBody generic on Body type (#2448)
|
2021-11-16 21:41:35 +00:00 |
|
Rob Ede
|
4df1cd78b7
|
simplify AnyBody and BodySize (#2446)
|
2021-11-16 09:21:10 +00:00 |
|
Rob Ede
|
efdf3ab1c3
|
clippy
|
2021-10-19 01:32:58 +01:00 |
|
Rob Ede
|
5128b1bdfc
|
bump msrv to 1.51
|
2021-08-30 23:19:03 +01:00 |
|
Igor Aleksanov
|
262c6bc828
|
Various refactorings (#2281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-06-26 15:33:43 +01:00 |
|
Rob Ede
|
532f7b9923
|
refined error model (#2253)
|
2021-06-17 17:57:58 +01:00 |
|
fakeshadow
|
3847429d00
|
Response::from_error take impl Into<Error> (#2214)
|
2021-05-26 13:41:48 +09:00 |
|
Rob Ede
|
900c9e270e
|
remove responsebody indirection from response (#2201)
|
2021-05-09 20:12:48 +01:00 |
|
Rob Ede
|
ddaf8c3e43
|
add associated error type to MessageBody (#2183)
|
2021-05-05 18:36:02 +01:00 |
|
fakeshadow
|
a9f26286f9
|
reduce branches in h1 dispatcher poll_keepalive (#2089)
|
2021-04-14 05:20:45 +01:00 |
|
Rob Ede
|
23e0c9b6e0
|
remove http-codes builders from actix-http (#2159)
|
2021-04-14 02:00:14 +01:00 |
|
Rob Ede
|
edd9f14752
|
remove unpin from body types (#2152)
|
2021-04-13 11:16:12 +01:00 |
|
Rob Ede
|
44c55dd036
|
remove cookie support from -http (#2065)
|
2021-04-09 18:07:10 +01:00 |
|
Rob Ede
|
c8ed8dd1a4
|
migrate to -utils beta 4 (#2127)
|
2021-04-01 15:26:13 +01:00 |
|
fakeshadow
|
515d0e3fb4
|
change behavior of default upgrade handler (#2071)
|
2021-03-13 22:20:18 +00:00 |
|
fakeshadow
|
f62a982a51
|
simplify the match on h1 message type (#2006)
|
2021-02-18 10:38:27 +00:00 |
|
fakeshadow
|
dfa795ff9d
|
return poll in poll_flush (#2005)
|
2021-02-17 11:18:31 +00:00 |
|
fakeshadow
|
68d1bd88b1
|
remove unused flag upgrade (#1992)
|
2021-02-14 18:13:05 +00:00 |
|
fakeshadow
|
308b70b039
|
fix potential over read (#1991)
|
2021-02-14 17:36:18 +00:00 |
|
fakeshadow
|
95113ad12f
|
do not self wake up when have a payload (#1984)
|
2021-02-12 20:33:13 +00:00 |
|
fakeshadow
|
ce9b2770e2
|
remove unused Dispatcher::new_timeout (#1985)
|
2021-02-12 10:37:28 +00:00 |
|
Rob Ede
|
c1af5089b9
|
add 431 and 451 status codes
|
2021-02-11 22:58:40 +00:00 |
|
Rob Ede
|
77efc09362
|
hide httpmessage mod
|
2021-02-11 22:58:40 +00:00 |
|
Rob Ede
|
871ca5e4ae
|
stop claiming actor support
|
2021-02-11 22:58:40 +00:00 |
|
fakeshadow
|
ceace26ed4
|
remove unused flag POLLED (#1980)
|
2021-02-11 14:19:14 -08:00 |
|
fakeshadow
|
75a9a72e78
|
clean up poll_response. add comments (#1978)
|
2021-02-11 14:54:42 +00:00 |
|
fakeshadow
|
d9d0d1d1a2
|
reduce unsafe (#1972)
|
2021-02-10 23:11:12 +00:00 |
|
fakeshadow
|
dcad9724bc
|
ensure poll_flush on h1 connection disconnect (#1974)
|
2021-02-10 10:11:53 +00:00 |
|
fakeshadow
|
a6ed4aee84
|
add poll_flush after a non blocked write to h1 dispatcher (#1971)
|
2021-02-09 22:32:46 +00:00 |
|
fakeshadow
|
266cf0622c
|
reduce branch.remove deadcode for h1 dispatcher (#1962)
|
2021-02-07 22:48:27 +00:00 |
|
fakeshadow
|
7cfed73be8
|
fix memory usage for h1 and read bug on buffer size. (#1929)
|
2021-02-07 03:20:35 +00:00 |
|
fakeshadow
|
41bc04b1c4
|
Use immutable reference of service state. Update awc dns resolver. (#1905)
|
2021-02-07 01:00:40 +00:00 |
|
fakeshadow
|
1c95fc2654
|
Refactor poll_keepalive for readability (#1901)
|
2021-01-16 00:15:06 +00:00 |
|