asonix
|
4493aa35d0
|
actix-http::ws: Remove redundant + 4 byte reservation when masked (#3371)
* actix-http::ws: Remove redundant + 4 byte reservation when masked
* actix-http: Update CHANGES wrt byte fix
* docs: remove changelog entry
---------
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2024-06-07 14:41:32 +00: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 |
|
moh-eulith
|
17218dc6c8
|
minor optimization: reserve buffer once length is known (ws) (#2950)
|
2023-05-07 15:13:10 +00:00 |
|
Rob Ede
|
cc7145d41d
|
rust 1.64 clippy run (#2891)
|
2022-09-25 20:54:17 +01:00 |
|
oatoam
|
de92b3be2e
|
fix unrecoverable Err(Overflow) in websocket frame parser (#2790)
|
2022-06-24 03:46:17 +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
|
406f694095
|
standardize rustfmt max_width
|
2021-12-08 06:01:11 +00:00 |
|
Rob Ede
|
4fc7d76759
|
s/websocket/WebSocket in docs
|
2021-02-12 00:27:20 +00:00 |
|
fakeshadow
|
d9d0d1d1a2
|
reduce unsafe (#1972)
|
2021-02-10 23:11:12 +00:00 |
|
Rob Ede
|
2d4a174420
|
fmt
|
2021-01-04 01:01:35 +00:00 |
|
Rob Ede
|
21f6c9d7a5
|
improve code readability
|
2021-01-04 00:49:02 +00:00 |
|
Rob Ede
|
0ec335a39c
|
bump MSRV to 1.42 (#1616)
|
2020-07-21 16:40:30 +09:00 |
|
Yuki Okushi
|
f27dd19093
|
Fix Clippy warnings
|
2020-02-27 12:39:04 +09:00 |
|
Nikolay Kim
|
8c54054844
|
Use .advance() intead of .split_to()
|
2019-12-19 09:56:14 +06:00 |
|
Nikolay Kim
|
3d64d565d9
|
fix warnings
|
2019-12-13 11:46:02 +06:00 |
|
Nikolay Kim
|
b4b3350b3e
|
Add websockets continuation frame support
|
2019-12-12 14:06:54 +06:00 |
|
Nikolay Kim
|
205a964d8f
|
upgrade to tokio 0.2
|
2019-12-05 23:35:43 +06:00 |
|
Lukas Lueg
|
0b9e692298
|
Remove byteorder-dependency
|
2019-08-06 18:32:36 +02:00 |
|
Nikolay Kim
|
e4b3f79458
|
allocate enough space
|
2019-03-31 17:05:02 -07:00 |
|
Nikolay Kim
|
c7ad677804
|
Merge actix-http project
|
2019-03-26 11:54:35 -07:00 |
|