Hans Leidekker (@hans) commented about dlls/winhttp/request.c:
static BOOL socket_set_option( struct object_header *hdr, DWORD option, void *buffer, DWORD buflen ) {
- struct socket *socket = (struct socket *)hdr;
- switch (option)
- {
case WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL:
Please remove indeantation of the 'case' statement.