Norio Kobota @nori0428
Norio Kobota @nori0428
Sorry for late reply. Please try below. $ cd /path/to/mod_websocket/contrib/lighttpd1.4 $ git checkout master $ git pull $ git checkout lighttpd-1.4.35 $ cd /path/to/mod_websocket $ ./makepatch.sh follow /path/to/mod_websocket/INSTALL after doing...
Hi natarajan, Did you succeed to compile and install lighttpd w/ mod_websocket?( https://github.com/nori0428/mod_websocket/issues/41 ) I think that you install lighttpd w/ mod_websocket via apt-get and you use old version. The...
Hi iatsiuk, Thank you for your comment and sorry for late reply. But I'm sorry, I have no time to check with latest version. So please try makepatch.sh as follows....
And also refer to #44 > there is an official support for 1.4.36? What 'official' means? I do not intend to take any responsibility. Of course, I make efforts to...
I'm very sorry to late reply.I'm very busy to produce [this](https://github.com/linear-rpc). And thank you to inform me lighttpd's warn.I'll fix in near future.
Hi, Aleksey. First of all, sorry for the inconvenience for lacking patches for new versions of lighttpd. Now I have no time to maintain this module. But fortunately, I receive...
Hi Simone, Thank you to enjoy lighttpd with mod_websocket. I know some systems working with lighttpd + mod_websocket.And one of the easy-to-use system is mosquitto. http://test.mosquitto.org/ws.html And ... Give me...
Hi nicktee89, I investigated and reproduced this. (lldb) r -f ../etc/lighttpd.conf -m ../lib/ -D Process 23055 launched: './lighttpd' (x86_64) lighttpd(23055,0x7fff7eca9310) malloc: *** error for object 0x10070: pointer being freed was...
I found the cause of this issue. Please wait a while. ( But this seems to be a bug of libc/glibc.I'll file a bug at https://sourceware.org/bugzilla/ )
According to https://sourceware.org/bugzilla/show_bug.cgi?id=10352 mod_websocket uses 'select' to connect to a backend server and uses 'FD_SET' for checking connect-timeout at mod_websocket_socket.c:63. When fd is above 1024, FD_SET occurs buffer over flow....