uNetworkingAB

Results 290 comments of uNetworkingAB

Don't remove examples. Esp. not when the substitute is slower: ``` alexhultman@MacBookAir uSockets % ./http_load_test 256 localhost 9001 16 1 Using pipeline factor of 16 Using post with body request...

> I was talking about the size of the code. As these are examples, I think it’s important that they be easily understandable. We don't optimize for size, we optimize...

The problem is that I don't know Chinese and even if this would be correct, all documentation and FAQ is still in english so at best this is cosmetical. Btw,...

Ah, fair enough. But Host is missing: > A server MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request message that lacks a Host header field...

You're right, Deno does override Content-Length properly now that I updated the test. The only failure is re. Host header now. ✅ Overflowing negative Content-Length header: Response Status Code 400,...

I think your issue is this > c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] Those conversions are not issues in C.

This is too specific and too much of a hack for something that eventually will become part of std. I would much rather support the standard C++ networking and dump...

Interesting, I see that they aren't getting along very well. But this really just strengthens my opinion on this - there are too many variants of ASIO and the only...

Smart, will have a look when I have time