12 Oct
2022
12 Oct
'22
9:48 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1033#note_10376