Commit graph

4224 commits

Author SHA1 Message Date
Nikolay Kim
64b54e81fb fix wranings 2021-11-02 20:06:50 +06:00
Nikolay Kim
18a2fde154 h1: allow to override connection type in on-request handler 2021-11-02 19:30:33 +06:00
Nikolay Kim
21281a236a disable osx tests 2021-10-29 22:07:30 +06:00
Nikolay Kim
862530b1a0 fix time calc after time driver stop 2021-10-29 22:03:44 +06:00
Nikolay Kim
c3016a1ae9 fix wheel time calculations 2021-10-29 21:38:47 +06:00
Nikolay Kim
784d35ce65 Do not poll service for readiness if it failed before 2021-10-20 09:06:45 +06:00
Nikolay Kim
c5932faae2 Use wrapping_add for usize; Better handling ws control frames 2021-10-13 22:15:33 +06:00
Nikolay Kim
9d6b9730a0 Do not modify lowres time outside of driver task 2021-10-06 21:06:16 +06:00
Nikolay Kim
11c15a64dd fmt 2021-10-06 20:37:16 +06:00
Nikolay Kim
777b1407e8 Update to nanorand 0.6.1 2021-10-06 20:32:32 +06:00
Nikolay Kim
b3fd4f6b2a
Content lenght fix (#59)
* Send ServerStatus::WorkerFailed update if worker is failed

* Do not add content-length header for empty body #56
2021-09-27 20:21:04 +06:00
Nikolay Kim
87915f945a framed::Read::resume() returns true if it was resumed 2021-09-23 08:59:55 +06:00
Nikolay Kim
f3d02ec81d Use fxhash instead of ahash 2021-09-17 15:35:06 +06:00
Nikolay Kim
44850fdffc Refactor web middlewares/filters registration and management 2021-09-17 10:40:45 +06:00
Nikolay Kim
f49a0b8de2 Simplify fn_transform 2021-09-17 10:40:13 +06:00
Nikolay Kim
a2a727fe16 fix tests 2021-09-15 23:33:02 +06:00
Nikolay Kim
5ccd6ffca2 Refactor web middleware registration and management procedure 2021-09-15 23:23:36 +06:00
Nikolay Kim
fe13bf8281 refactor Transform trait 2021-09-15 21:47:19 +06:00
Nikolay Kim
d8e65e2a44 fix linux tests 2021-09-15 20:28:40 +06:00
Nikolay Kim
961121da54 refactor wheel timer entry 2021-09-13 15:43:18 +06:00
Nikolay Kim
0929af2864 prep release 2021-09-12 12:05:11 +06:00
Nikolay Kim
a30acbd330 Fix update timer wheel bucket calculation 2021-09-12 12:01:26 +06:00
Nikolay Kim
f5d3034e09 fix tight loop in Framed::close() method 2021-09-08 08:34:47 +06:00
Nikolay Kim
0546918deb prep release 2021-09-07 12:58:47 +06:00
Nikolay Kim
d8ec65e7fc test 2021-09-06 16:22:40 +06:00
Nikolay Kim
40a3d78042 refactor timer driver 2021-09-06 14:31:01 +06:00
Nikolay Kim
d93555231c do not use lowres time for timer driver 2021-09-04 10:04:58 +06:00
Nikolay Kim
db8a56c62f handle same next expiry value 2021-09-04 09:22:03 +06:00
Nikolay Kim
9511caf1db restore time util mod 2021-09-04 08:56:28 +06:00
Nikolay Kim
5a7e3ed589 same for system time 2021-09-02 19:35:03 +06:00
Nikolay Kim
00bcf69c15 Fix race in low res timer 2021-09-02 14:50:23 +06:00
Nikolay Kim
93463a673c Decrease lowres timer resolution to 5ms 2021-09-02 00:16:34 +06:00
Nikolay Kim
a87c3855c8 Fix lowres timer restart 2021-09-01 22:24:13 +06:00
Nikolay Kim
4c5cd29fb7 more timer wheel cleanup 2021-09-01 20:36:14 +06:00
Nikolay Kim
4012bb9352 add time::now() and time::system_time(), remove LowResTime and SystemTime services 2021-09-01 15:25:08 +06:00
Nikolay Kim
d3a4b65cf5 fix tests 2021-08-31 02:10:25 +06:00
Nikolay Kim
96bb2b4590 Remove From<u64> for Millis impl 2021-08-31 02:05:15 +06:00
Nikolay Kim
8007e9bc21 more timer wheel cleanups on driver drop 2021-08-30 09:13:16 +06:00
Nikolay Kim
2b35f5d980 Cleanup timer wheel on driver drop 2021-08-29 03:18:41 +06:00
Nikolay Kim
05c0f51ad4 fmt 2021-08-28 21:31:38 +06:00
Nikolay Kim
377b03e22c Reduce timer resolution 2021-08-28 21:26:24 +06:00
Nikolay Kim
976cd0a153 fix clieent timeout for http client test 2021-08-28 21:20:31 +06:00
Nikolay Kim
6bb7e9f0ec Re-export time as different module 2021-08-28 20:25:43 +06:00
Nikolay Kim
86894230d5 rename Duration to Millis 2021-08-28 20:24:24 +06:00
Nikolay Kim
3c056c49b8 add more time types helper methods 2021-08-28 10:38:21 +06:00
Nikolay Kim
d5019e2577 Add helper time types Duration, Seconds 2021-08-28 02:16:46 +06:00
Nikolay Kim
aeefa92d34 optimize time 2021-08-27 22:32:32 +06:00
Nikolay Kim
73c9672fee Add timer service 2021-08-27 22:07:44 +06:00
Nikolay Kim
0c9edb0fa3 update ntex-rt 2021-08-26 15:08:39 +06:00
Nikolay Kim
eb304de16f Do not use/re-export tokio::time::Instant 2021-08-26 15:07:51 +06:00