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
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
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
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
9db4f21d71
Remove slow frame timer if service is not ready
2023-11-21 00:38:53 +06:00
Nikolay Kim
d441e79208
Remove useless logs ( #249 )
...
* Remove useless logs
2023-11-17 20:03:59 +06:00
Nikolay Kim
c6b26123ca
Handle io flush during write back-pressure ( #246 )
2023-11-12 21:19:33 +06:00
Nikolay Kim
a32e25d72d
Read frame timeout ( #241 )
2023-11-10 12:42:23 +06:00
Nikolay Kim
acc5973eee
Prep release
2023-11-03 17:38:46 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps ( #228 )
...
* Update bitflags crate
* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
73b26136a9
Require Debug for filters
2023-09-12 17:46:34 +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
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
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
Nikolay Kim
1b199712a9
Update versions
2023-06-16 20:32:52 +06:00
Nikolay Kim
7960b550c9
Migrate to ntex-service 1.2 ( #209 )
...
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Nikolay Kim
efc817ffa2
ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists ( #202 )
...
* ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists
2023-05-11 23:48:24 +06:00
Nikolay Kim
29e04cf478
Switch to 2021 edition ( #172 )
2023-02-02 19:30:07 +01:00
Nikolay Kim
0c61a78d60
Better handling service readiness ( #171 )
...
* Better handling service readiness
2023-01-30 19:53:36 +01:00
Nikolay Kim
7f3efca56b
Check for nested io operations ( #170 )
2023-01-30 11:36:29 +01:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api ( #169 )
...
* Refactor io buffers api
2023-01-29 18:02:12 +01:00
Nikolay Kim
eae2cf2cbf
Add IoRef::with_rw_buf() helper
2023-01-27 12:11:45 +01:00
Nikolay Kim
f61f4cc8c5
Custom panic message for nested buffer borrow
2023-01-27 11:54:55 +01:00
Nikolay Kim
38614715ca
Refactor io write task ( #167 )
2023-01-26 15:18:21 +01:00
Nikolay Kim
c794439139
Remove unused deps
2023-01-25 18:42:27 +01:00
Nikolay Kim
0d5cd049b1
Change io buffers layout ( #165 )
...
* Change buffers layout
2023-01-25 17:03:42 +01:00
Nikolay Kim
dec6fd3dd8
Process write buffer if filter wrote to write buffer during reading
2023-01-24 08:31:26 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io ( #164 )
...
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Nikolay Kim
15019a2a43
More tests ( #159 )
...
* More tests
* clippy tests
2023-01-08 12:45:22 +01:00
Nikolay Kim
f44cad4512
Prepare release
2023-01-04 12:19:52 +01:00
Nikolay Kim
67eb653ef2
Prepare ntex-service release
2022-12-28 09:45:41 +01:00
Nikolay Kim
b416386bae
Update versions
2022-12-28 09:36:16 +01:00
Nikolay Kim
537d8dc18d
Use GAT ( #153 )
...
* Rename Transform to Middleware
* Drop FnService's shutdown helper
* refactor Service trait to use GAT
* Migrate ntex to new service
* move Stack to service
* use BoxFuture
* simplify poll_shitdown method
2022-12-26 19:58:38 +01:00
Nikolay Kim
006cf75a14
Expose IoRef::start_keepalive_timer() and IoRef::remove_keepalive_timer() methods
2022-12-02 17:28:50 +01:00
Nikolay Kim
f731a7800d
Update tests
2022-11-25 01:07:25 +01:00
Nikolay Kim
9610750d99
Prepare release
2022-10-31 08:54:24 +01:00
Nikolay Kim
bc37d9c0d7
Prepare release
2022-10-03 10:23:03 +02:00