Module: wine Branch: master Commit: af3920dc1863d9d8a49ddf54aef7d97a7b38c5ad URL: https://source.winehq.org/git/wine.git/?a=commit;h=af3920dc1863d9d8a49ddf54a... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Sep 10 13:24:34 2018 +0200 winhttp: Implement WINHTTP_OPTION_RECEIVE_RESPONSE_TIMEOUT. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winhttp/request.c | 6 +- dlls/winhttp/session.c | 138 ++++++++++++++++++++++++++++------------- dlls/winhttp/tests/winhttp.c | 68 +++++++++++++++++++- dlls/winhttp/winhttp_private.h | 6 +- 4 files changed, 169 insertions(+), 49 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=af3920dc1863d9d8a49dd...