On 10/12/22 04:48, Hans Leidekker (@hans) wrote:
Hans Leidekker (@hans) commented about dlls/winhttp/session.c:
request->receive_timeout = connect->session->receive_timeout; request->receive_response_timeout = connect->session->receive_response_timeout; request->max_redirects = 10;
- request->websocket_receive_buffer_size = 32768;
Should this value be inherited from the session?
Uh, yes, I thought I tested that but apparently I set the option on session only after the request is already created.