Commit graph

25 commits

Author SHA1 Message Date
Nikolay Kim
a57da1b3f3 prep release and update tests 2021-12-19 11:15:21 +06:00
Nikolay Kim
1af728eb01 impl rustls acceptor; update filter trait 2021-12-19 03:22:55 +06:00
Nikolay Kim
b8a8e98c1c allow to replace async runtime 2021-12-18 11:46:11 +06:00
Nikolay Kim
c370dd74b4 move tls acceptors to ntex-tls crate 2021-12-17 09:52:01 +06:00
Nikolay Kim
6bc654762d cleanup api; update tests 2021-12-17 09:52:00 +06:00
Andrey Voronkov
a5ecfa88f1
Bump rustls to 0.20.x (#62)
* Update to rustls 0.20.x and apapt code to rustls breaking changes
2021-11-21 10:22:50 +06:00
Nikolay Kim
5ccd6ffca2 Refactor web middleware registration and management procedure 2021-09-15 23:23:36 +06:00
Nikolay Kim
d5019e2577 Add helper time types Duration, Seconds 2021-08-28 02:16:46 +06:00
Nikolay Kim
73c9672fee Add timer service 2021-08-27 22:07:44 +06:00
Nikolay Kim
cb9e3ffeda reduce futures crate dependencies 2021-04-03 13:25:20 +06:00
Nikolay Kim
fb061ddb88 Rename ServerBulder::system_exit to stop_runtime 2021-02-20 11:22:10 +06:00
Nikolay Kim
4f63ab4dee clippy warns for tests 2020-04-16 23:17:23 +06:00
Nikolay Kim
26daed37e6 add test for listen_uds 2020-04-12 12:49:08 +06:00
Nikolay Kim
8208d74e07 add uds test 2020-04-12 12:06:22 +06:00
Nikolay Kim
47366c5a09 update tests 2020-04-09 12:20:36 +06:00
Nikolay Kim
57980bf484 more tests 2020-04-08 01:28:24 +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
61d76f3863 * Remove unneeded RefCell from client connector
* Add trace entries for http1 disaptcher

* Properly set timeout for test http client
2020-04-06 16:50:54 +06:00
Nikolay Kim
b9f03d5954 replace net2 with socket2 2020-04-05 22:53:11 +06:00
Nikolay Kim
29fbecc5c5 refactor http server config 2020-04-04 22:58:28 +06:00
Nikolay Kim
b47132a71b refactor http client connector 2020-03-30 11:15:11 +06:00
Nikolay Kim
7df3cc59a1 merge actix-rt 2020-03-29 14:15:18 +06:00
Nikolay Kim
4ec01db40a merge actix-codec 2020-03-28 21:53:51 +06:00
Nikolay Kim
4e8268637c refactor error handling 2020-03-09 19:09:42 +06:00
Nikolay Kim
88cd070ced update tests 2020-02-17 17:35:34 +06:00
Renamed from ntex/tests/test_httpserver.rs (Browse further)