Sergey Lyubka
Sergey Lyubka
Yep. Added that point. I think that would be automatically done if CI on a small board.
Thx! s/SPDY/HTTP2.
In that case `NS_RECV` could be handled, and streaming read implemented. Upon `NS_RECV` event, a data chunk could be saved into file, and removed from the iobuf. That way, multipart...
That's correct. The way you describe is pretty complex to implement, cause handler needs to be a state machine. I was describing a simpler way, when handler just saves raw...
I think we should stick to 2.0
We want minimal functionality that would allow to authorize through e.g. github and google.
PR please. make sure that the unit test (which uses clang, gcc, VC6 and VC2015) continues to pass.
Thank you. Here is an example of Linux environment failing to talk to time.google.com via UDP: https://github.com/cesanta/mongoose/actions/runs/2390068186 There are multiple tests failed. Exactly the same tests succeeded on windows and...
@chkimes, thank you for looking into this. DNS works just fine, which is UDP over port 53. SNTP fails intermittently, which is UDP over port 123. I have added one...
Done, Run: https://github.com/cesanta/mongoose/runs/6613139507?check_suite_focus=true Capture link: https://www.file.io/gScD/download/j3Z58xRmiLcz - which is an empty capture, no packets captured. In order to double-check that tcpdump works, I've done a second run with port 53...