Nikolay Kim
5920154ae1
Add keep-alive timeout support to websockets client
2022-04-05 16:09:52 -07:00
Nikolay Kim
757c6f05cc
Update glommio deps
2022-02-21 15:46:28 +06:00
Nikolay Kim
abeaec9d64
Enable uds tests for glommio
2022-02-21 15:46:23 +06:00
Nikolay Kim
575e534428
Upgrade to glommio 0.7 ( #104 )
2022-02-20 20:33:57 +06:00
Nikolay Kim
569c7969bc
Prep io release
2022-02-19 21:55:44 +06:00
Nikolay Kim
6ae0cd002d
Fix rustls hangs during handshake #103
2022-02-19 21:54:09 +06:00
Nikolay Kim
cb356517a4
Update README.md
2022-02-19 20:35:24 +06:00
Nikolay Kim
84be13de5c
Add time::Deadline future
2022-02-19 19:00:50 +06:00
Nikolay Kim
75820af5a6
Add test for 0 millis timer
2022-02-18 16:05:30 +06:00
Nikolay Kim
706853c72b
Move HttpProtocol to ntex-io
2022-02-18 15:31:16 +06:00
Nikolay Kim
bd18c122b4
Fix update timer handle with 0 millis, do not keep old bucket
2022-02-18 15:20:40 +06:00
Nikolay Kim
2664a2e66d
time::sleep() always sleeps one tick (16 millis) even for 0 millis
2022-02-17 20:35:04 +06:00
Nikolay Kim
cb4dbe0131
Clippy fixes
2022-02-11 17:25:18 +06:00
Nikolay Kim
aab6eef780
Do not use SslRef::is_init_finished() method for openssl
2022-02-11 17:14:47 +06:00
Nikolay Kim
4a642901a1
Make AndThenFactory::new() public, cleanups
2022-02-10 17:05:36 +06:00
Nikolay Kim
050cb560c6
Restore Buf impl for Cursor
2022-02-06 13:10:26 +06:00
Nikolay Kim
f68656569d
Prep release
2022-02-04 19:06:44 +06:00
goiw111
bc549d6631
add some tests for BytesVec ( #102 )
...
* add some tests for BytesVec
* add changes to CHANGELOG.md
2022-02-04 14:32:10 +06:00
Nikolay Kim
961591d77f
Remove unused code
2022-02-03 16:35:25 +06:00
Nikolay Kim
6b35f10c2f
Tests cleanups
2022-02-02 17:22:23 +06:00
Nikolay Kim
f3c7c6d365
Remove uneeded impls
2022-02-01 10:02:51 +06:00
Nikolay Kim
d2d5dd0b91
Ignore async-std tests
2022-02-01 07:04:18 +06:00
Nikolay Kim
5866014e75
Make copy_from_slice universal
2022-02-01 00:07:41 +06:00
Nikolay Kim
1c635a6b55
Fix unsupported web ws handling
2022-01-31 23:10:20 +06:00
Nikolay Kim
c56bd776d2
Remove unused code, update tests
2022-01-31 22:25:17 +06:00
Nikolay Kim
16fcd6dc58
Update utils tests
2022-01-31 18:16:06 +06:00
Nikolay Kim
767dd91b7e
Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())
2022-01-31 15:17:16 +06:00
Nikolay Kim
1baf305b1f
Update bytes tests
2022-01-31 14:49:29 +06:00
Nikolay Kim
93fe6d9ee8
Prepare release
2022-01-30 20:11:11 +06:00
Nikolay Kim
868c0324f7
Use BytesVec for io
2022-01-30 19:02:29 +06:00
Nikolay Kim
a2a5899bbe
Add BytesVec type
2022-01-29 23:53:13 +06:00
Andrey Voronkov
2d13488c17
PeerCert and PeerCertChain implementation for rustls ( #101 )
...
* PeerCert and PeerCertChain implementation for rustls
* Move PeerCert and PeerCertChain to rustls/mod.rs
* Add tests. Failed due to only x509 v3 is supported in rustls
* Use io variable name
* Fix all other tests. Now one failing: test_rustls_string
* Add #[ignore] temporary for test_rustls_string
2022-01-29 14:27:51 +06:00
Nikolay Kim
26ce0f8771
Refactor client pool support for http/2 connections
2022-01-27 18:03:00 +06:00
Nikolay Kim
b026e0fda7
Add Default impl to oneshots pool
2022-01-27 18:02:36 +06:00
Nikolay Kim
9fc02c5555
Backward compat
2022-01-27 02:02:59 +06:00
Nikolay Kim
d5ae7dc998
Clippy warnings
2022-01-27 01:57:07 +06:00
Nikolay Kim
cb7af434ea
Optimize Millis and Io memory layout ( #100 )
...
* Optimize Millis and Io memory layout
2022-01-27 01:25:44 +06:00
Nikolay Kim
321218f80b
Replace derive_more with thiserror
2022-01-26 23:31:29 +06:00
Nikolay Kim
cd0b6b75ba
Prepare release
2022-01-26 00:17:40 +06:00
Juan Aguilar
2439797fcf
Implement std::error::Error and fix minor issues ( #99 )
...
* fix clippy issues
* implement std error for ntex errors and bound WebResponseError
* fix minor issues
2022-01-25 22:27:18 +06:00
Nikolay Kim
7680c5482e
Rename Pool::is_pending() to is_ready(); use u32 for read/write params
2022-01-25 17:19:19 +06:00
Nikolay Kim
68e9603808
Rename data ( #98 )
...
* Rename data to state
2022-01-23 21:31:22 +06:00
Nikolay Kim
5d9a653f70
Refactor web websockets support ( #97 )
...
* Refactor ws handling
2022-01-23 19:56:56 +06:00
Nikolay Kim
e5efdab4ed
Fix deprecated warnings
2022-01-19 16:55:52 +06:00
Nikolay Kim
05f3231180
Add types::Payload::recv() and types::Payload::poll_recv() methods
2022-01-19 16:45:10 +06:00
Nikolay Kim
14a1cd0b12
Add time::query_system_time(), it does not use async runtime
2022-01-17 21:27:49 +06:00
Nikolay Kim
b5750c2e43
Removed unused Decoder::decode_eof() method
2022-01-17 03:03:43 +06:00
Nikolay Kim
fe3d48d8fd
Update readme
2022-01-17 02:36:52 +06:00
Nikolay Kim
347e66a2fd
Fix cfg directive
2022-01-17 01:16:40 +06:00
Nikolay Kim
432d7d5adf
Add Payload::recv() and Payload::poll_recv() methods
2022-01-17 01:13:02 +06:00