Commit graph

78 commits

Author SHA1 Message Date
Nikolay Kim
bc37d9c0d7 Prepare release 2022-10-03 10:23:03 +02:00
Will Brown
68def82d90
fix ondisconnect never resolving (#135) 2022-10-02 23:16:36 +06:00
Nikolay Kim
ee4b23465b
Various http fixes (#132)
* Fix parsing ambiguity in Transfer-Encoding and Content-Length headers for HTTP/1.0 requests

* Fix http2 content-length handling

* fix h2 content-length support
2022-08-22 11:54:19 +02:00
Nikolay Kim
40aa4542ce fix tests 2022-06-23 14:36:27 +06:00
Nikolay Kim
d7261e2dd7 Move basic http types to separeate crate 2022-06-13 22:04:16 +06:00
Nikolay Kim
a29c003f55 Refactor http1 dispatcher 2022-05-05 14:54:30 +06:00
Nikolay Kim
5920154ae1 Add keep-alive timeout support to websockets client 2022-04-05 16:09:52 -07:00
Nikolay Kim
569c7969bc Prep io release 2022-02-19 21:55:44 +06:00
Nikolay Kim
706853c72b Move HttpProtocol to ntex-io 2022-02-18 15:31:16 +06:00
Nikolay Kim
6b35f10c2f Tests cleanups 2022-02-02 17:22:23 +06:00
Nikolay Kim
93fe6d9ee8 Prepare release 2022-01-30 20:11:11 +06:00
Nikolay Kim
868c0324f7 Use BytesVec for io 2022-01-30 19:02:29 +06:00
Nikolay Kim
d5ae7dc998 Clippy warnings 2022-01-27 01:57:07 +06:00
Nikolay Kim
cb7af434ea
Optimize Millis and Io memory layout (#100)
* Optimize Millis and Io memory layout
2022-01-27 01:25:44 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues (#99)
* fix clippy issues

* implement std error for ntex errors and bound WebResponseError

* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
5d9a653f70
Refactor web websockets support (#97)
* Refactor ws handling
2022-01-23 19:56:56 +06:00
Nikolay Kim
9b02ab9ffd Prepare release 2022-01-17 01:07:08 +06:00
Nikolay Kim
429073f9ff Add Io::take() helper method 2022-01-16 12:06:06 +06:00
Nikolay Kim
a563aca46b Update tests 2022-01-12 22:22:45 +06:00
Nikolay Kim
1df005f53f Refactor Filter trait, fix read buffer processing 2022-01-12 22:07:10 +06:00
Nikolay Kim
eac1f068fb Add optional simd utf8 validation 2022-01-09 19:43:49 +06:00
Nikolay Kim
b41c668ed2 Remove unneeded boxed types 2022-01-09 18:46:40 +06:00
Nikolay Kim
f975b4fd10 update changes 2022-01-03 22:10:51 +06:00
Nikolay Kim
bf808d4d18
Move util services to ntex-util (#89)
* move util services to ntex-util

* update versions
2022-01-03 21:59:35 +06:00
Nikolay Kim
847f2738dd
Refactor async runtimes support (#88)
* refactor async runtimes support
2022-01-03 21:24:49 +06:00
Nikolay Kim
44b00682e0 Unregister keep-alive timer after request is received 2022-01-02 02:49:55 +06:00
Nikolay Kim
2cc1c0e3d1 Unify keep-alive timers 2021-12-30 18:18:33 +06:00
Nikolay Kim
ca72be32e9 Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +06:00
Nikolay Kim
f91c50854e update cookie to 0.16 2021-12-30 02:35:08 +06:00
Nikolay Kim
a2623cdc29 IoRef::close() method initiates io stream shutdown 2021-12-29 23:30:33 +06:00
Nikolay Kim
dc17d00ed9 Cleanup Filter trait, removed closed,want_read,want_shutdown methods 2021-12-29 15:10:24 +06:00
Nikolay Kim
c5d43eb12d tune error handling 2021-12-29 09:42:36 +06:00
Nikolay Kim
59eedcc51c Cleanup internal flags on io error 2021-12-29 01:55:09 +06:00
Nikolay Kim
7a54d61376 default spawn 2021-12-29 00:25:27 +06:00
Nikolay Kim
56ed50c6e8
Initial impl for async-std support (#87)
* initial impl for async-std support
2021-12-28 23:58:01 +06:00
Nikolay Kim
d23bb69fff improve tokio streams support 2021-12-28 11:39:05 +06:00
Nikolay Kim
deaa2656ff fix write for openssl filter 2021-12-28 11:16:23 +06:00
Nikolay Kim
89f758f8c4 Fix error handing for nested filters 2021-12-28 00:08:35 +06:00
Nikolay Kim
aca40ad6ff Do not swallow decoded read bytes in case of filter error 2021-12-27 18:28:50 +06:00
Nikolay Kim
54bdbde40f use IoBoxed for Framed 2021-12-27 00:34:27 +06:00
Nikolay Kim
a598b741c7 Rename RecvError::StopDispatcher to RecvError::Stop 2021-12-26 23:23:57 +06:00
Nikolay Kim
19c6a2b731 Release write buf after error 2021-12-26 19:25:46 +06:00
Nikolay Kim
c801a9ea57 Add Framed type 2021-12-26 19:25:46 +06:00
Nikolay Kim
7e3a4c2d00 Better error information for .poll_recv() method 2021-12-26 19:25:40 +06:00
Nikolay Kim
079a1c9cbf Fix read filters ordering 2021-12-26 19:25:07 +06:00
Nikolay Kim
531bafbae2 prep release 2021-12-26 19:25:06 +06:00
Nikolay Kim
093ddadfab Make IoBoxed into spearate type 2021-12-26 19:25:06 +06:00
Nikolay Kim
b459a76df3 remove deprecated code 2021-12-26 19:25:06 +06:00
Nikolay Kim
cc55a4bbd3 update tests 2021-12-24 04:30:17 +06:00
Nikolay Kim
f0f899a36e update ServiceFactory api 2021-12-24 03:53:39 +06:00