Nicolas Favre-Felix
Nicolas Favre-Felix
@busches sorry, I should have mentioned it. It's 3.1.19.
@fregante thanks for the details! This was very helpful and I'm pretty sure I found the statement that hides the ``. I stopped in the feature's code as you suggested,...
Update: here's an annotated screenshot of what's in `originalToggle`, which explains why the entire set of built-in options disappears with the class change:
Hi, Thanks for reporting this issue. I'll have a look soon.
I haven't been able to reproduce this issue yet, but I wanted to add one thing: hiredis will keep a dictionary of channel name -> connection for pub/sub channels, so...
I'm sorry that this issue has been open for so long, but I am unfortunately unable to work on it at this time. The websocket implementation was never fully tested...
Thanks for reporting this, I didn't see it yesterday when I ran it with an older version of Webdis but I can reproduce it on the latest. This is likely...
@jessie-murray I've tracked it down with `git-bisect` to your change in dc9d1b646e2d6d9daa295e23d54b3994f422bf02. This is due to the header replacement code in `http_response_set_header`, which overwrites the value here: https://github.com/nicolasff/webdis/blob/dc9d1b646e2d6d9daa295e23d54b3994f422bf02/src/http.c#L100-L108 but later...
Hello, I don't have any plans to support SSL at this time, sorry. The easiest way is probably to set up nginx as a reverse proxy and terminate SSL connections...
Thank you for reporting this issue. WebSocket support is still in progress, mainly due to the fact that there is no final WebSocket standard yet. What browser were you using?...