38 likes
路
3.2K reads
3 comments
路Apr 23, 2023
Apr 23, 2023
I do not have any knowledge in rust but I still find this interesting. The introductory part is nice馃憤馃徎
7
路
路1 reply
Author
路Apr 24, 2023
Thanks Adebola.
3
路
路Feb 20, 2024
Feb 20, 2024
Can you explain
../src/main.rs#L82 ?
At this moment you have already streamed all data back and forth, but you still return an empty body. Is it 100% guaranteed that no byte will be emitted due to this ? Usually I would expect the 'body' to be the response stream instead of using a bidirectional pump in the lower function
路
路Feb 22, 2024
Feb 22, 2024
wow
路