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
|
205a964d8f
|
upgrade to tokio 0.2
|
2019-12-05 23:35:43 +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
|
f3751d83f8
|
Modify response body only if encoder is not None #997
|
2019-07-22 11:35:00 +06:00 |
|
Nikolay Kim
|
d2b6502c7a
|
prepare actix-http release
|
2019-06-16 21:59:22 +06:00 |
|
Nikolay Kim
|
7c0f570845
|
Do not compress NoContent (204) responses #918
|
2019-06-16 21:54:17 +06:00 |
|
Nikolay Kim
|
9bb40c249f
|
add h1::SendResponse future; renamed to MessageBody::size
|
2019-04-10 12:24:17 -07:00 |
|
Nikolay Kim
|
748289f0ff
|
use custom headers map; more optimizations
|
2019-04-06 15:02:02 -07:00 |
|
Nikolay Kim
|
309c480782
|
encoder sent uncompressed data before compressed
|
2019-04-04 15:03:40 -07:00 |
|
Nikolay Kim
|
d8bc66a18e
|
Use thread pool for response body comression
|
2019-04-04 13:17:55 -07:00 |
|
Nikolay Kim
|
3edc515bac
|
refactor RequestHead/ResponseHead
|
2019-03-27 10:38:01 -07:00 |
|
Nikolay Kim
|
faa3ea8e5b
|
rename BodyLength to BodySize
|
2019-03-27 09:24:55 -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 |
|