Commit graph

21 commits

Author SHA1 Message Date
Nikolay Kim
93fe6d9ee8 Prepare release 2022-01-30 20:11:11 +06:00
Nikolay Kim
b5750c2e43 Removed unused Decoder::decode_eof() method 2022-01-17 03:03:43 +06:00
Nikolay Kim
6698c829fb move mpsc to ntex-util 2021-12-18 20:25:56 +06:00
Nikolay Kim
3dbba47ab1 use ntex-io instead of framed 2021-12-17 09:51:54 +06:00
Nikolay Kim
f5d3034e09 fix tight loop in Framed::close() method 2021-09-08 08:34:47 +06:00
Nikolay Kim
6d67cd3458 update changes 2021-06-27 07:17:38 +06:00
Nikolay Kim
0f796c7642 use ntex-bytes instead of bytes 2021-06-26 00:32:43 +06:00
Nikolay Kim
8b3655457b prep release 2021-04-03 22:49:09 +06:00
Nikolay Kim
e04ae7cc86
Migrate to tokio 1.0 (#41)
* migrate to tokio 1.x

* update tests
2021-02-24 00:12:44 +06:00
Nikolay Kim
c8a229422f prep release 2021-02-20 13:14:13 +06:00
Nikolay Kim
6c250c9a4d
Refactor h1 dispatcher (#38)
* refactor h1 dispatcher

* Rename FrameReadTask/FramedWriteTask to ReadTask/WriteTask

* Make Encoder and Decoder methods immutable
2021-01-23 19:44:56 +06:00
Nikolay Kim
715331081c Flush underlying io stream 2021-01-20 23:36:57 +06:00
Nikolay Kim
9b958a151b Revert "Introduce IoFramed trait"
This reverts commit 0de3647f5d.
2020-09-21 15:07:30 +06:00
Nikolay Kim
0de3647f5d Introduce IoFramed trait 2020-09-21 10:57:32 +06:00
Nikolay Kim
73efebc9c3 Require Debug impl for Error 2020-08-10 23:35:28 +06:00
Nikolay Kim
6a5c7ca553 prep release 2020-08-10 21:09:28 +06:00
Nikolay Kim
8a6c476d02 Remove From<io::Error> constraint from Encoder and Decoder traits 2020-08-10 14:04:40 +06:00
Nikolay Kim
7dad057d8c Do not swallow unprocessed data on read errors 2020-04-17 11:16:17 +06:00
Nikolay Kim
3b12a77e92
Fix io close (#12)
* Fix io close for Framed
* Fix connection shutdown for h1 dispatcher
* Enable client disconnect for http server by default
* Add connection disconnect timeout to framed service
2020-04-07 21:36:48 +06:00
Nikolay Kim
66fe4e2429 update changes 2020-03-31 10:02:25 +06:00
Nikolay Kim
4ec01db40a merge actix-codec 2020-03-28 21:53:51 +06:00
Renamed from actix-net/actix-codec/CHANGES.md (Browse further)