Rob Ede
|
538c1bea34
|
chore: disallow e bindings
|
2024-08-10 05:15:49 +01:00 |
|
Rob Ede
|
e0e4d1e661
|
chore: move deny lints to manifests
|
2024-07-07 03:54:00 +01:00 |
|
Yury Yarashevich
|
643d64581a
|
Fix Rustls 0.22 & 0.23 are limited to 256 handshakes per second. (#3408)
|
2024-06-19 22:34:49 +00:00 |
|
asonix
|
2d035c066e
|
actix-http: Add rustls 0.23 (#3361)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2024-05-18 19:22:53 +01:00 |
|
Rob Ede
|
2125aca2c5
|
Rustls v0.22 support (#3275)
|
2024-02-03 23:55:01 +00:00 |
|
Rob Ede
|
905c30af86
|
Actix Web Rustls v0.21 support (#3116)
|
2023-08-29 01:11:11 +01:00 |
|
Rob Ede
|
55c15f5bbf
|
minimum viable rustls v0.21 support (#3112)
|
2023-08-27 00:07:11 +01:00 |
|
Rob Ede
|
79a38e0628
|
apply standard formatting
|
2023-07-17 02:38:12 +01:00 |
|
Rob Ede
|
241da6e081
|
update MSRV to 1.65 (#3059)
|
2023-07-02 01:09:15 +01:00 |
|
Rob Ede
|
67efa4a4db
|
migrate to doc_auto_cfg
|
2023-02-26 21:55:25 +00:00 |
|
Rob Ede
|
08c2cdf641
|
http service finalizer for automatic h2c detection (#2957)
* http service finalizer for automatic h2c detection
* update changelog
* add h2c auto test
|
2023-01-03 14:43:02 +00:00 |
|
Rob Ede
|
ea764b1d57
|
add feature annotations to docs
|
2022-07-31 23:40:09 +01:00 |
|
Ulf Lilleengen
|
0dba6310c6
|
Expose option for setting TLS handshake timeout (#2752)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-06-27 02:57:21 +00:00 |
|
Rob Ede
|
80d222aa78
|
use tracing in actix-http
|
2022-03-10 03:12:29 +00:00 |
|
Rob Ede
|
cd511affd5
|
add ws and http2 feature flags (#2618)
|
2022-01-31 21:22:23 +00:00 |
|
Rob Ede
|
3200de3f34
|
fix request head timeout (#2611)
|
2022-01-31 17:30:34 +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
|
d35b7644dc
|
add connection level data container (#2491)
|
2021-12-07 17:23:34 +00:00 |
|
Rob Ede
|
c7c02ef99d
|
body ergonomics v3 (#2468)
|
2021-12-04 19:40:47 +00:00 |
|
fakeshadow
|
a2d5c5a058
|
Use cilent time out for h2 handshake timeout. (#2483)
|
2021-12-02 18:16:34 +00:00 |
|
Rob Ede
|
e045418038
|
prepare for actix-tls rc.1 (#2474)
|
2021-11-30 14:12:04 +00:00 |
|
Rob Ede
|
a172f5968d
|
prepare for actix-tls v3 beta 9 (#2456)
|
2021-11-22 15:37:23 +00:00 |
|
Rob Ede
|
4f6f0b0137
|
chore: Bump rustls to 0.20.0 (#2416)
Co-authored-by: Kirill Mironov <vetrokm@gmail.com>
|
2021-10-20 02:00:11 +01:00 |
|
Rob Ede
|
532f7b9923
|
refined error model (#2253)
|
2021-06-17 17:57:58 +01:00 |
|
Victor Pirat
|
75f65fea4f
|
Extends Rustls ALPN protocols instead of replacing them when creating Rustls based services (#2226)
|
2021-06-10 16:25:21 +01:00 |
|
Rob Ede
|
ddaf8c3e43
|
add associated error type to MessageBody (#2183)
|
2021-05-05 18:36:02 +01:00 |
|
Rob Ede
|
d8f56eee3e
|
bump service to stable v2
|
2021-04-16 20:28:21 +01:00 |
|
Rob Ede
|
c54a0713de
|
migrate integration testing to new crate (#2112)
|
2021-04-02 08:26:59 +01:00 |
|
fakeshadow
|
1281a748d0
|
merge H1ServiceHandler requests into HttpServiceHandler (#2126)
|
2021-03-30 03:06:16 +01:00 |
|
Rob Ede
|
3dc2d145ef
|
import some traits as _
|
2021-03-17 00:38:54 +00:00 |
|
fakeshadow
|
5e81105317
|
remove ka timer from h2 dispatcher (#2057)
|
2021-03-08 20:00:20 +00:00 |
|
Rob Ede
|
b95e1dda34
|
pin h2 to 0.3.0
|
2021-02-27 19:57:09 +00:00 |
|
Rob Ede
|
77efc09362
|
hide httpmessage mod
|
2021-02-11 22:58:40 +00:00 |
|
fakeshadow
|
41bc04b1c4
|
Use immutable reference of service state. Update awc dns resolver. (#1905)
|
2021-02-07 01:00:40 +00:00 |
|
fakeshadow
|
6d710629af
|
fix bug where upgrade future is not reset properly (#1880)
|
2021-01-07 00:57:34 +00:00 |
|
Rob Ede
|
85753130d9
|
fmt
|
2021-01-07 00:35:19 +00:00 |
|
Rob Ede
|
00ba8d5549
|
add http3 variant to protocol enum
|
2021-01-06 18:58:24 +00:00 |
|
Rob Ede
|
51e9e1500b
|
add docs to recent additions
|
2021-01-06 18:52:06 +00:00 |
|
fakeshadow
|
a03dbe2dcf
|
replace cloneable service with httpflow abstraction (#1876)
|
2021-01-06 18:43:52 +00:00 |
|
Rob Ede
|
21f6c9d7a5
|
improve code readability
|
2021-01-04 00:49:02 +00:00 |
|
fakeshadow
|
32de9f8840
|
Tokio 1.0 (#1813)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-01-03 23:47:04 +00:00 |
|
Rob Ede
|
093d3a6c59
|
remove deprecated on_connect methods (#1857)
|
2020-12-27 23:23:30 +00:00 |
|
Rob Ede
|
9963a5ef54
|
expose on_connect v2 (#1754)
Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
|
2020-10-30 02:03:26 +00:00 |
|
Rob Ede
|
9d0534999d
|
bump connect and tls versions (#1655)
|
2020-09-09 09:20:54 +01:00 |
|
Taiki Endo
|
6c5c4ea230
|
Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.
Refs: https://github.com/taiki-e/pin-project/issues/225
|
2020-06-06 06:44:14 +09:00 |
|
Nikolay Kim
|
e66312b664
|
add extra constraints
|
2020-01-10 11:36:59 +06:00 |
|
Nikolay Kim
|
1d12ba9d5f
|
Replace brotli with brotli2 #1224
|
2019-12-20 13:50:07 +06:00 |
|
Rajasekharan Vengalil
|
3b860ebdc7
|
Fix poll_ready call for WebSockets upgrade (#1219)
* Fix poll_ready call for WebSockets upgrade
* Poll upgrade service from H1ServiceHandler too
|
2019-12-17 13:34:25 +06:00 |
|
Nikolay Kim
|
c1deaaeb2f
|
cleanup imports
|
2019-12-13 11:24:57 +06:00 |
|