|
f6ad1d0fab
|
less verbosity
|
2022-09-01 16:13:43 +02:00 |
|
|
b82ad70dd5
|
Correctly defuse cancellation on simple requests
|
2022-09-01 16:11:42 +02:00 |
|
|
b931d0d1cf
|
try debug
|
2022-09-01 16:01:56 +02:00 |
|
|
522f420e2b
|
Implement request cancellation
|
2022-09-01 15:54:11 +02:00 |
|
|
3292566738
|
fix trace message
|
2022-09-01 14:43:27 +02:00 |
|
|
22d96929d5
|
Merge branch 'fix-ping' into stream-body
|
2022-09-01 14:23:10 +02:00 |
|
|
4a59b73d7b
|
Add actual support for order tag
|
2022-09-01 12:46:33 +02:00 |
|
|
cd203f5708
|
Add OrderTag to Req and Resp, refactor errors
|
2022-09-01 12:15:50 +02:00 |
|
|
745c786184
|
Also encode errorkind in stream
|
2022-09-01 11:34:53 +02:00 |
|
|
7909a95d3c
|
Stream errors are now std::io::Error
|
2022-09-01 11:21:24 +02:00 |
|
|
263db66fce
|
Refactor: create a BytesBuf utility crate (will also be usefull in Garage)
|
2022-09-01 10:29:26 +02:00 |
|
|
3fd30c6e28
|
recv side: use unbounded channel to remove deadlock
|
2022-09-01 09:45:24 +02:00 |
|
|
2c9d595da0
|
Remove useless phantom and pub(crate)
|
2022-08-31 22:19:40 +02:00 |
|
|
d75146fb81
|
SVR -> SRV
|
2022-08-31 17:04:45 +02:00 |
|
|
7703659742
|
Be more lenient on pings
|
2022-08-31 16:25:36 +02:00 |
|
|
984ba65e65
|
Better messages in proto.rs
|
2022-08-31 16:10:14 +02:00 |
|
|
01db3c4319
|
add debug_name in proto to differenciate messages
|
2022-08-31 15:58:05 +02:00 |
|
|
700f783956
|
Add dump of sending queue
|
2022-08-31 15:08:51 +02:00 |
|
|
81b2ff3a4e
|
Ping less frequently
|
2022-08-31 15:06:21 +02:00 |
|
|
b55f61c38b
|
Fix things going wrong when sending chan is closed
|
2022-07-26 12:11:48 +02:00 |
|
|
bdf7d4731d
|
Add stream example to fullmesh example
|
2022-07-26 12:01:13 +02:00 |
|
|
74e57016f6
|
Add some debugging
|
2022-07-25 15:04:52 +02:00 |
|
|
7499721a10
|
Cargo fmt
|
2022-07-25 11:07:23 +02:00 |
|
|
c17a5f84ff
|
Remove broken test
|
2022-07-25 11:06:51 +02:00 |
|
|
fed0542313
|
Remove blocking_send that crashes
|
2022-07-25 10:58:55 +02:00 |
|
|
ab80ade4f0
|
Conversion between ByteStream and AsyncRead
|
2022-07-22 16:42:58 +02:00 |
|
|
a5e5fd0408
|
Bump netapp version to 0.5
|
2022-07-22 15:23:45 +02:00 |
|
|
a0dac87e3b
|
Add Req::new
|
2022-07-22 15:16:50 +02:00 |
|
|
cbc21e40ac
|
Impose static lifetime on message and response
|
2022-07-22 14:45:28 +02:00 |
|
|
4825669293
|
Remove copy of serialized thing in encode
|
2022-07-22 14:38:03 +02:00 |
|
|
50358b944a
|
Cargo fmt; better adapt with_capacity_values
|
2022-07-22 13:48:43 +02:00 |
|
|
aa1b29d41a
|
Terminology: don't use the word "body" anymore, talk of "attached stream"
|
2022-07-22 13:44:48 +02:00 |
|
|
67ea3a48fa
|
Add Resp::into_parts
|
2022-07-22 13:40:06 +02:00 |
|
|
b9df442f03
|
Small optimization
|
2022-07-22 13:32:08 +02:00 |
|
|
50627c2060
|
Add comment
|
2022-07-22 13:27:56 +02:00 |
|
|
f9db9a4b69
|
Simplify send.rs
|
2022-07-22 13:23:42 +02:00 |
|
|
5da59ebec5
|
Move things around and fix error bit
|
2022-07-22 13:06:10 +02:00 |
|
|
9cb28c21b4
|
Use bounded channels on receive side for backpressure
|
2022-07-22 13:01:52 +02:00 |
|
|
0b71ca12f9
|
Clean up framing protocol
|
2022-07-22 12:45:38 +02:00 |
|
|
c358fe3c92
|
Hide streaming versions as much as possible
|
2022-07-22 10:55:37 +02:00 |
|
|
4934ed726d
|
Propose alternative API
|
2022-07-21 20:22:56 +02:00 |
|
|
7d148c7e76
|
One possibility, but I don't like it
|
2022-07-21 19:25:07 +02:00 |
|
|
44bbc1c00c
|
Rename AutoSerialize into SimpleMessage and refactor a bit
|
2022-07-21 19:05:51 +02:00 |
|
|
26989bba14
|
Use Bytes instead of Vec<u8>
|
2022-07-21 18:15:07 +02:00 |
|
|
9dffa812c4
|
Refactor send.rs
|
2022-07-21 17:59:15 +02:00 |
|
|
f35fa7d18d
|
Move things around
|
2022-07-21 17:37:52 +02:00 |
|
|
cdff8ae1be
|
add detection of premature eos
|
2022-07-18 15:21:13 +02:00 |
|
|
d3d18b8e8b
|
use a framing protocol instead of even/odd channel
|
2022-06-20 23:40:31 +02:00 |
|
|
0fec85b47a
|
start supporting sending error on stream
|
2022-06-19 18:42:27 +02:00 |
|
|
5d7541e13a
|
wait for any ready stream instead of the highest priority one
|
2022-06-19 17:47:41 +02:00 |
|