Commit graph

4865 commits

Author SHA1 Message Date
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
Nikolay Kim
33490cd360
Fix KeepAlive timeout handling in default dispatcher (#351) 2024-05-01 17:50:31 +05:00
Nikolay Kim
316f9083d1
Change Extensions::insert() method according doc #345 (#347) 2024-04-29 15:11:04 +05:00
Nikolay Kim
c9c85f219b
Fix h2 tests (#348) 2024-04-29 14:32:26 +05:00
Nikolay Kim
c60e7f52b7
Move more code under mpool feature (#342) 2024-04-08 12:28:42 +05:00
Nikolay Kim
ec8eb23707
Glommio clippy (#341) 2024-04-08 11:55:49 +05:00
Pavlos-Petros Tournaris
a858394855
Refresh GitHub workflows (#337)
* Add .idea in .gitignore

* Refresh Github workflows

* Allow very complex type usage in ntex-rt
2024-04-07 22:42:16 +05:00
Nikolay Kim
0b73ae8fa8
Make memory pools optional (#340) 2024-04-04 22:04:37 +05:00
Nikolay Kim
9bd05487de
Use tokio Handle if available (#339) 2024-04-04 21:14:41 +05:00
Nikolay Kim
395cf694e5 Remove unused dep 2024-04-02 18:08:55 +05:00
Nikolay Kim
975f64cc44
Fix memory pool waiters management (#334) 2024-04-02 18:06:49 +05:00
Paolo Barbolini
351f69919a
fix(cargo): broken repo url for ntex-bytes (#333) 2024-04-02 17:52:39 +05:00
Nikolay Kim
cfc348764a
Fix external configuration handling (#332) 2024-04-02 01:18:44 +05:00
Nikolay Kim
7e2e3d1730
Add IoRef::is_wr_backpressure() method (#331) 2024-03-31 13:40:03 +03:00
Nikolay Kim
d6feeec933
Fix signals support #324 2024-03-30 09:03:36 +01:00
Nikolay Kim
f8d03f1c8e
Fix glommio compat feature #327 2024-03-30 08:48:03 +01:00
Nikolay Kim
baca449ba4
Add Connect::map_addr() helper method (#326) 2024-03-29 21:48:11 +01:00
Nikolay Kim
18d3516343
Fix windows signals support (#325) 2024-03-29 20:56:19 +01:00
Nikolay Kim
0e21f46210
Feature gate brotli2 encoder (#321) 2024-03-28 10:56:36 +01:00
Sergey Vilgelm
d3499feb80
Move the websocket code to a separate ws feature (#320) 2024-03-28 10:00:43 +01:00
Nikolay Kim
4ed6712ac4
Add signals support (#316) 2024-03-25 12:10:57 +01:00
Nikolay Kim
20a53c3fd1
Server::build() method (#315) 2024-03-24 16:15:42 +01:00
Nikolay Kim
baabcff4a6
Refactor ntex-connect (#314) 2024-03-24 15:33:08 +01:00
Andrey Voronkov
5414e2096a
Update rustls to 0.23.x (#311)
* ntex-tls: update rustls

* ntex-connect: update rustls to 0.23.x

* ntex: update rustls to 0.23.x

---------

Co-authored-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-03-24 07:24:29 +01:00
Nikolay Kim
b71cad76bf
Move ntex::server to ntex-server (#313) 2024-03-23 22:18:50 +01:00
Nikolay Kim
d393d87164
Refactor worker management (#312) 2024-03-23 07:17:04 +01:00
Nikolay Kim
ca16e4a5e4
Prep release (#309) 2024-03-12 19:38:37 +06:00
Nikolay Kim
0786d3302d Fix typo 2024-03-12 17:55:36 +05:00
Nikolay Kim
30ba29d18a Clippy (#308) 2024-03-12 17:53:28 +05:00
Nikolay Kim
5d4da464ac Update ntex-h2 dep 2024-03-12 17:53:28 +05:00
Nikolay Kim
3bd15f633f Fix h1 encoder error 2024-03-12 17:53:28 +05:00
Nikolay Kim
b15f393140 Make EncodeError Send + Sync (#306) 2024-03-12 17:53:28 +05:00
Nikolay Kim
661c5ea1fa Clippy warnings (#305) 2024-03-12 17:53:26 +05:00
Nikolay Kim
68e158d877 Remove Control::Connection 2024-02-07 06:58:39 -06:00
Nikolay Kim
a8447b1f6d
Update deps (#296) 2024-02-07 06:01:17 -06:00
Nikolay Kim
cad678d3d0
Refactor h1 dispatcher (#294)
* Define encoder/decoder errors
* Add http1/ control service, replaces expect, upgrade services
* Expose http/2 control service
2024-02-07 05:48:25 -06:00
Nikolay Kim
b19cb340a7
Add fmt::Debug impl for PipelineCall (#295) 2024-02-07 04:29:35 -06:00
Nikolay Kim
46c3f2640e
Add IoBoxed::take() method (#292) 2024-02-05 18:54:33 +06:00
Nikolay Kim
dc4bbf02c8
Bytes checked api (#288) 2024-02-01 20:28:17 +06:00
Nikolay Kim
18680ea05b Revert changes to release shared_vec 2024-01-19 17:17:08 +06:00
Nikolay Kim
bf0b53c630
Allow to lock readiness for Condition (#286) 2024-01-19 17:04:04 +06:00
Nikolay Kim
e8c175a17f
More tests (#285) 2024-01-19 16:05:07 +06:00
Nikolay Kim
5a04548e13 Update http dep 2024-01-16 20:04:25 +06:00
Nikolay Kim
d99178519e
Use const generics for helper traits (From, PartialEq, PartialOrd) (#284) 2024-01-16 19:18:17 +06:00
Nikolay Kim
f40608633e Miri error 2024-01-16 13:24:25 +06:00
Nikolay Kim
112c127eb9
Use async fn for Responder and Handler traits (#283) 2024-01-09 23:26:17 +06:00
Nikolay Kim
e30d5c0fa5 Prep ntex release 2024-01-09 22:25:07 +06:00
Nikolay Kim
db671bdb7f Prepare connect release 2024-01-09 21:56:05 +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