Module: wine Branch: master Commit: c7d140d34aa6f40a92f95fd8698501d3283c9296 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c7d140d34aa6f40a92f95fd86...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jun 29 15:46:10 2020 +0200
winhttp: Reimplement the task queue using thread pool work objects.
Simplifies cleanup.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/request.c | 336 +++++++++++++++++++---------------------- dlls/winhttp/session.c | 12 +- dlls/winhttp/winhttp_private.h | 31 ++-- 3 files changed, 169 insertions(+), 210 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c7d140d34aa6f40a92f95...