L. Pereira
L. Pereira
Does it have a Sec-WebSocket-Version header? Is the value different than what other clients send? Do other servers work with Safari even without this header? On Wed, May 4, 2022,...
I just tried the websocket demo with Safari 15.4 here and ot seems to work! The Upgrade header is sent as expected. Maybe you're using an old version? I checked...
This could happen if the buffer couldn't be allocated. Lwan tries to use temporary files for request bodies above a certain threshold. One to know for sure what's failing for...
It's not possible to print an error when this happens since it's not possible to detect (or at least I haven't found a way to do this short of handling...
The current value has been chosen empirically, but it's been shown by your example to be a fragile choice -- specially if running user-defined handlers that require a lot of...
@matt-42 I've fixed an issue recently with coroutines that might be related to this bug. Could you please test again? (The stack was misaligned, and sometimes increasing the stack size...
That's strange. Unfortunately that backtrace doesn't help much. Can you try building with Debug again, but doing a clean build? (Either from that directory without CMakeCache.txt, or in an empty...
Good! Do you have a backtrace with the debug version? Can you install address sanitizer too and rebuild? On Mon, Sep 7, 2020, 00:59 diviaki wrote: > Success! Deleting the...
That's very curious! I'll take a look whenever I'm working on Lwan again. I'm pausing work on most of my personal projects for undetermined time, so while I appreciate your...
Actually, I think I know what's going on. You mentioned the computer has 8 cores, but only 2 threads are being spawn... this makes me think that LXC is limiting...