Commit graph

212 commits

Author SHA1 Message Date
Nikolay Kim
e30d5c0fa5 Prep ntex release 2024-01-09 22:25:07 +06:00
Nikolay Kim
16d5d1d3f4 Update changes 2024-01-09 21:12:43 +06:00
Nikolay Kim
587b248b57 Prepare io release 2024-01-09 21:10:26 +06:00
Nikolay Kim
c864b10e62 Prepare release 2024-01-09 20:17:07 +06:00
Nikolay Kim
48eb1c5e54 Update license 2024-01-08 21:32:26 +06:00
Nikolay Kim
174b5d86f0
Refactor filter factories (#278) 2024-01-08 15:22:38 +06:00
Nikolay Kim
0ba753c967
Adjust min io timeout (#275) 2024-01-07 21:15:40 +06:00
Nikolay Kim
412944e973 Prepare release 2024-01-07 20:26:26 +06:00
Nikolay Kim
4950eb4167 Migrate ntex to async fn in trait 2024-01-07 19:26:44 +06:00
Nikolay Kim
2e12cc6edf Migrate ntex-connect to async fn in trait 2024-01-07 11:39:57 +06:00
Nikolay Kim
60620d4587 Migrate ntex-io to async fn in trait 2024-01-07 11:34:29 +06:00
Nikolay Kim
90cdab9c2a Add filter drop test 2023-12-26 22:43:38 +01:00
Nikolay Kim
dd6db862f3
Fix filter leak during Io drop (#274) 2023-12-25 12:15:59 +01:00
Nikolay Kim
fb1d2a268d
Better io tags handling (#269) 2023-12-14 15:42:19 +06:00
Nikolay Kim
6adeadfff0
Add io tags for logging (#267) 2023-12-12 18:18:52 +06:00
Nikolay Kim
8ee296a399
Stop dispatcher timers on memory pool pause (#266) 2023-12-12 15:35:21 +06:00
Nikolay Kim
df613e6f2d
Fix KEEP-ALIVE timer handling (#264) 2023-12-10 08:12:33 +06:00
Nikolay Kim
c9993afa89
Optimize KEEP-ALIVE timer (#261) 2023-12-02 20:20:27 +06:00
Nikolay Kim
5e7f3259e7
Refactor io timers (#258)
* Tune logging

* Refactor io timers

* Refactor http h1 dispatcher
2023-11-30 00:37:55 +06:00
Nikolay Kim
ae766a5629
Fix keep-alive timeout handling (#257) 2023-11-25 21:39:55 +06:00
Nikolay Kim
9813dff65d
Refactor slow frame timeout handling (#256) 2023-11-23 19:03:55 +06:00
Nikolay Kim
096aae2732 Do not process data in Dispatcher from read buffer after disconnect 2023-11-21 00:56:09 +06:00
Nikolay Kim
9db4f21d71 Remove slow frame timer if service is not ready 2023-11-21 00:38:53 +06:00
Nikolay Kim
fda7e41ba4
Add payload read timeout (#251) 2023-11-20 19:31:00 +06:00
Nikolay Kim
d441e79208
Remove useless logs (#249)
* Remove useless logs
2023-11-17 20:03:59 +06:00
Nikolay Kim
f07c0576a7 Rename keep-alive flag 2023-11-13 14:44:20 +06:00
Nikolay Kim
c6b26123ca
Handle io flush during write back-pressure (#246) 2023-11-12 21:19:33 +06:00
Nikolay Kim
c2efe1d30b Refactor ntex-io dispatcher 2023-11-10 21:54:36 +06:00
Nikolay Kim
179806020d Update changes 2023-11-10 19:48:02 +06:00
Nikolay Kim
2bf2f4563e Convert seconds to duration 2023-11-10 19:46:18 +06:00
Nikolay Kim
02e7886e99
Simplify read timeout impl (#242) 2023-11-10 18:19:27 +06:00
Nikolay Kim
a32e25d72d
Read frame timeout (#241) 2023-11-10 12:42:23 +06:00
Nikolay Kim
0f560a9066
Stopping Server does not release resources #233 (#238) 2023-11-06 13:17:18 +06:00
Nikolay Kim
acc5973eee Prep release 2023-11-03 17:38:46 +06:00
Nikolay Kim
24ff5d6909
Refactor tls impl (#237) 2023-11-03 17:33:45 +06:00
Nikolay Kim
d460d9c259
Upgrade async-channel (#236) 2023-11-02 20:15:18 +06:00
Nikolay Kim
ea26d9ef53 Update doc 2023-11-02 16:18:57 +06:00
msga-mmm
9bb4a60ad4
test: improve coverage (#231)
* feat(ntex-glommio): remove unused mut

* test(ntex-io): check Debug implementation for FilterServiceFactory

* chore: format code

* feat(ntex-util): check Debug and poll_ready for KeepAlive

* test(ntex-util): wait a bit until the poll is ready

* test(ntex-bytes): assert error for implementation try_from for BytesVec

* feat(ntex-tokio): remove unused mut

* feat(ntex-tls): use add_trust_anchors instead of add_server_trust_anchors

* chore: format code

* feat(ntex-util): check readiness after sleeping but before expiring

* feat(ntex-util): remove unnecessary assertion
2023-10-17 19:14:40 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps (#228)
* Update bitflags crate

* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
e3eeaee542 Update tests 2023-10-03 17:49:37 +06:00
Nikolay Kim
73b26136a9 Require Debug for filters 2023-09-12 17:46:34 +06:00
Nikolay Kim
27f07b6fc4 Add missing fmt::Debug impls 2023-09-12 17:38:37 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls (#224)
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
19cc8ab315 Clippy 2023-09-05 15:49:49 +06:00
Nikolay Kim
594bf0a8e2
Refactor pipeline call impl (#219)
* Refactor pipeline call impl
2023-08-10 22:10:02 +06:00
Nikolay Kim
4380b3a155
PipelineCall is static (#215)
* PipelineCall is static

* Fix static lifetimes req
2023-06-23 23:11:16 +06:00
Nikolay Kim
1fd6311a5d Update changes 2023-06-22 18:43:25 +06:00
Nikolay Kim
6382ef6b40
Refactor service pipelines (#214) 2023-06-22 18:39:09 +06:00
Nikolay Kim
ea14e8f0f4
Add ContainerCall future (#213)
* Add Container::static_call(), returns future that is suitable for spawning into runtime

* Remove unsafe from h1 dispatcher

* Make call_nowait public

* Update MSRV
2023-06-21 10:21:43 +06:00
Nikolay Kim
108e2ac20a Rename Ctx to ServiceCtx 2023-06-19 18:47:15 +06:00