nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.83k stars 304 forks source link

Crash with subscribe in .html format #14

Closed nicolasff closed 13 years ago

nicolasff commented 13 years ago

When subscribing to a channel with a name ending in .html, webdis crashes (segmentation fault).

nicolasff commented 13 years ago

Fixed in rev 4fde286.

oliland commented 13 years ago

I know this isn't intended use, but when I open /subscribe/ in a web browser I also get a segmentation fault.

nicolasff commented 13 years ago

Thanks Oli, I'll have a look.

nicolasff commented 13 years ago

@oliland, I can't reproduce the crash. Could you try the latest master? Thanks.