Commit graph

787 commits

Author SHA1 Message Date
Nikolay Kim
cd56883197
Clippy (#499) 2025-01-14 21:58:10 +05:00
Nikolay Kim
5fd9d7ce90
Enable rustls/std feature (#494) 2024-12-30 14:40:31 +01:00
Nikolay Kim
22ee7f2af2
Better io error handling (#482) 2024-12-05 14:02:59 +05:00
Nikolay Kim
2631e70a4b Fix tests 2024-12-04 15:28:02 +05:00
Nikolay Kim
e33149df1b
Added Service::poll() method (#481) 2024-12-04 13:33:20 +05:00
Nikolay Kim
b5a4a3cb5b
Depend on individual compio packages (#479) 2024-12-02 02:00:50 -08:00
Nikolay Kim
a7666e4881
Fix handling unconsumed payload in h1 dispatcher #477 (#478) 2024-12-01 03:40:20 -08:00
Nikolay Kim
8470ad7fe3
Move body related types from ntex::http (#474) 2024-11-29 19:59:09 -08:00
Nikolay Kim
b42d7954c0
Update to compio 0.13 (#471) 2024-11-25 15:35:53 -08:00
Nikolay Kim
daeded8f3b
Add client timeout test (#466) 2024-11-19 05:40:39 -08:00
Nikolay Kim
0a376457f1
Do not rely on not_ready(), always check service readiness (#459) 2024-11-05 15:35:34 +05:00
Nikolay Kim
c26b336fe5
Use updated Service trait for ntex (#456) 2024-11-04 14:04:00 +05:00
Nikolay Kim
30115bf2d5
Use updated Service trait (#454) 2024-11-04 11:20:55 +05:00
Nikolay Kim
a30147120d
Deprecated std::task::ready re-export (#451) 2024-11-02 18:12:21 +05:00
Nikolay Kim
dedb7de64c
Better handling for h2 remote payload (#439) 2024-10-16 20:46:40 +05:00
Nikolay Kim
4f7d951f40
Disconnect on error from service readiness check (#437) 2024-10-15 18:36:30 +05:00
Nikolay Kim
d101fbc668 Do not check readiness for dispatcher call 2024-10-10 18:57:24 +05:00
Nikolay Kim
c670b51983
Return error for Io::poll_read_ready() if io is closed (#433) 2024-10-07 21:43:43 +02:00
Nikolay Kim
effce6915f
Notify readiness waiters if ready call get dropped (#431) 2024-09-29 16:39:26 +05:00
Nikolay Kim
acb18e500c Enable rustls for docs.rs 2024-09-25 19:24:26 +05:00
Nikolay Kim
9406613908
Disable default features for rustls (#429) 2024-09-25 19:14:56 +05:00
Nikolay Kim
302e7951d6
Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
Nikolay Kim
b50aa31fdc
Upgrade to compio v0.12 (#425) 2024-09-24 12:37:26 +05:00
Nikolay Kim
c0d5da8a1e Prep release 2024-09-18 20:33:14 +05:00
jamescarterbell
16bc0d61a7
Publicize Connect trait access (#422) 2024-09-18 20:18:49 +05:00
Nikolay Kim
1d529fab3c
Refactor async io support (#417) 2024-09-11 18:18:45 +05:00
Nikolay Kim
db6d3a6e4c
Stop write task if io is closed (#416) 2024-09-07 10:04:08 +05:00
Nikolay Kim
3edb54ffdf
Fix tests runner (#413) 2024-09-05 19:32:38 +05:00
Nikolay Kim
a1d260cd82 Update changes 2024-09-05 09:00:08 +05:00
Nikolay Kim
85b076c640
Initial support for compio runtime (#399) 2024-09-05 08:57:04 +05:00
Nikolay Kim
d87d9b2139
No runtime compatibility (#409) 2024-08-29 19:55:43 +05:00
Nikolay Kim
4924ecf472
Add compio runtime support (#408) 2024-08-29 17:15:10 +05:00
Nikolay Kim
487faa3379 Update tests 2024-08-26 19:09:55 +05:00
Nikolay Kim
d061a1acf2
Cleanup (#402) 2024-08-26 19:06:21 +05:00
Nikolay Kim
f748b6efa5
Allow to use generic middlewares #390 (#394) 2024-08-13 16:17:52 +05:00
Nikolay Kim
5f20ee2be5
Http gracefull shutdown support (#393) 2024-08-12 20:07:26 +05:00
Nikolay Kim
f574916e15 Restore example 2024-07-31 00:02:31 +02:00
Nikolay Kim
6e5fea742b
Better handling for connection upgrade #385 (#389) 2024-07-31 00:00:16 +02:00
Nikolay Kim
d39611d246
Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
Nikolay Kim
1331a6eadb Prep release 2024-06-27 19:22:33 +05:00
Nikolay Kim
192bdc8537
Shutdown service on error and on worker shutdown (#376) 2024-06-27 19:19:15 +05:00
Nikolay Kim
e3dd4b3908
Add task::yield_to() helper (#375) 2024-06-26 16:12:27 +05:00
Nikolay Kim
0255df9f16
Fix handling of connection header #370 (#373) 2024-06-22 13:50:17 +02:00
Nikolay Kim
34142e1ae2
Fix handling not consumed request's payload (#367) 2024-05-29 18:29:49 +05:00
Nikolay Kim
9c29de14cf
Fix handling payload timer after payload got consumed (#366) 2024-05-29 17:42:18 +05:00
Nikolay Kim
3b49828e5f
Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
msga-mmm
d8f55decb0
test: improve test coverage (#358)
* test(ntex-util): incrase time module coverage

* test(middleware): increase coverage in defaultheaders

* test(middleware/compress): improve test coverage
2024-05-13 13:41:26 +05:00
Nikolay Kim
55dcad5f27
Better write back-pressure handling (#359) 2024-05-12 18:39:16 +05:00
msga-mmm
33c8900172
test: improve coverage in client builder and time types (#357) 2024-05-10 09:25:13 +02:00
msga-mmm
49a4867005
test(web): improve coverage for route and default errors (#354)
* test(web/error): validate TimeoutError::Service status_code

* test(web/error): validate Utf8Error returns BAD_REQUEST status

* test(web/error): validate PayloadError::EncodingCorrupted returns BAD_REQUEST

* test(web/route): validate Route debug format

* test(web/route): validate Route and RouteService debug format

* test(web/route): avoid lambda in tests to keep coverage
2024-05-05 04:39:51 +02:00