Module: wine Branch: master Commit: 0f139a04b110c222dfca05831d8263c912919c1b URL: https://source.winehq.org/git/wine.git/?a=commit;h=0f139a04b110c222dfca05831...
Author: Julian Klemann jklemann@codeweavers.com Date: Thu Jun 16 12:55:10 2022 -0500
http.sys: Add support for adding multiple urls to request queues.
The request queue has a growable array rather than single URL and socket properties.
Signed-off-by: Julian Klemann jklemann@codeweavers.com Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/http.sys/http.c | 137 ++++++++++++++++++++++++++++++------------- dlls/http.sys/request.h | 2 +- dlls/httpapi/tests/httpapi.c | 41 ++++++++++++- 3 files changed, 136 insertions(+), 44 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0f139a04b110c222dfca0...