mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() Andy, According http://www.ietf.org/rfc/rfc2616.txt HTTP character sets are identified by case-insensitive tokens. Please replase if (strcmp(lws_tokens[n].token, wsi->name_buffer)) continue; to if (stricmp(lws_tokens[n].token, wsi->name_buffer)) continue; Oleg Also introduce strcasecmp definition for win32 Signed-off-by: Oleg Golosovskiy <ogolosovskiy@unison.com> |
||
---|---|---|
.. | ||
base64-decode.c | ||
client-handshake.c | ||
extension-deflate-stream.c | ||
extension-deflate-stream.h | ||
extension-x-google-mux.c | ||
extension-x-google-mux.h | ||
extension.c | ||
handshake.c | ||
libwebsockets.c | ||
libwebsockets.h | ||
Makefile.am | ||
Makefile.in | ||
md5.c | ||
parsers.c | ||
private-libwebsockets.h | ||
sha-1.c |