uNetworkingAB

Results 290 comments of uNetworkingAB

It is fixed now Den tis 3 dec. 2024 kl 22:23 skrev Brian Ferri ***@***.***>: > Encountering the same issue, is there going to be any ETA on a fix...

Yes you need the fullchain file

Note to self: Could be WebSocket->end followed by WebSocket->close that doesn't work.

I don't remember the details but I think App.close will call WebSocket::close on all websockets. So the bug can probably be reproduced with any call to WebSocket::end followed immediately by...

You really don't mix end and close. Either you end, or you close. Not both. So it's probably missing a check in .close.

If you pass nullptr instead of a handler it goes away

Obviously this should be hasBody() as we already do standards compliant check for this internally. So it's just setting a boolean and returning it via hasBody()

bodyType() could return 0 for false, 1 for fix length, 2 for stream. The parser already knows all of this