libmicrohttpd
libmicrohttpd copied to clipboard
GNU libmicrohttpd repository unofficial mirror on GitHub
Results
2
libmicrohttpd issues
Sort by
recently updated
recently updated
newest added
The latest libmicrohttpd v1.0.1 can be compiled with the experimental WebSocket upgrade mechanism by issuing ```./configure --enable-experimental```. When using WebSockets one needs to link with the extra WebSockets functions by...
I found an issue in the encoding function in this example. As it stands, the Sec-WebSocket-Key field is returned incorrectly and thus clients that check this cannot connect. It's only...