Arthur Le Moigne
|
ddc8c16cb3
|
Fix quality parse error in Accept-Encoding HTTP header (#2344)
|
2021-09-01 09:08:29 +01:00 |
|
Arthur Le Moigne
|
baa5a663c4
|
Select compression algorithm using features flags (#2250)
Add compress-* feature flags in actix-http / actix-web / awc.
This allow enable / disable not wanted compression algorithm.
|
2021-06-19 20:21:13 +01:00 |
|
Arthur Le Moigne
|
3479293416
|
Add zstd ContentEncoding support (#2244)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-06-03 21:32:52 +01:00 |
|
Rob Ede
|
81bef93e5e
|
add time parser year shift tests
|
2021-02-12 00:15:25 +00:00 |
|
Rob Ede
|
77efc09362
|
hide httpmessage mod
|
2021-02-11 22:58:40 +00:00 |
|
fakeshadow
|
20cf0094e5
|
fix master branch build. change web::block output type. (#1957)
|
2021-02-06 16:23:59 +00:00 |
|
fakeshadow
|
fe392abeb4
|
remove actix-threadpool.use actix_rt::task::spawn_blocking (#1878)
|
2021-01-09 16:04:19 +00:00 |
|
Nikolay Kim
|
1d12ba9d5f
|
Replace brotli with brotli2 #1224
|
2019-12-20 13:50:07 +06:00 |
|
Nikolay Kim
|
c1deaaeb2f
|
cleanup imports
|
2019-12-13 11:24:57 +06:00 |
|
Nikolay Kim
|
fa07415721
|
Replace flate2-xxx features with compress
|
2019-12-12 15:08:08 +06:00 |
|
Nikolay Kim
|
6c9f9fff73
|
clippy warnings
|
2019-12-08 00:46:51 +06:00 |
|
daxpedda
|
e5f3d88a4e
|
Switch brotli compressor to rust. (#1197)
* Switch to a rustified version of brotli.
* Some memory optimizations.
* Make brotli not optional anymore.
|
2019-12-07 21:55:41 +06:00 |
|
Nikolay Kim
|
14075ebf7f
|
use released versions of actix-net
|
2019-12-02 23:33:39 +06:00 |
|
Nikolay Kim
|
8cba1170e6
|
make actix-http compile with std::future
|
2019-11-21 16:02:17 +06:00 |
|
Nikolay Kim
|
748289f0ff
|
use custom headers map; more optimizations
|
2019-04-06 15:02:02 -07:00 |
|
Nikolay Kim
|
3b897da8e2
|
Do not use thread pool for decomression if chunk size is smaller than 2048
|
2019-03-28 21:15:26 -07:00 |
|
Nikolay Kim
|
5795850bbb
|
decompress payload in cpu threadpool
|
2019-03-28 11:08:24 -07:00 |
|
Nikolay Kim
|
1cca25c276
|
add client decompression support
|
2019-03-26 20:45:00 -07:00 |
|
Nikolay Kim
|
2629699b62
|
rename flate2-c feature to flate2-zlib
|
2019-03-26 18:46:06 -07:00 |
|
Nikolay Kim
|
1904b01fc0
|
add content-encoding decompression
|
2019-03-26 15:14:32 -07:00 |
|