http.sys: Add support for adding multiple urls to request queues.
commit0f139a04b110c222dfca05831d8263c912919c1b
authorJulian Klemann <jklemann@codeweavers.com>
Thu, 16 Jun 2022 17:55:10 +0000 (16 12:55 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 16 Jun 2022 20:39:14 +0000 (16 22:39 +0200)
tree2891cab3c07182c0b77bae75a0e9857b2efcf007
parentdb3ba1d74e2f9f72614500c6a053ba9c65d297f8
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
dlls/http.sys/request.h
dlls/httpapi/tests/httpapi.c