Module: wine
Branch: master
Commit: 296852b2585576dfe523f4217becb4cd6101035d
URL: https://source.winehq.org/git/wine.git/?a=commit;h=296852b2585576dfe523f421…
Author: Julian Klemann <jklemann(a)codeweavers.com>
Date: Thu Jul 7 16:25:21 2022 -0500
http.sys: Add support for relative URLs.
The queue with the most specific path should be the one to receive the
request.
---
dlls/http.sys/http.c | 326 ++++++++++++++++++++++++++++++++-----------
dlls/httpapi/tests/httpapi.c | 98 +++++++++++++
2 files changed, 343 insertions(+), 81 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=296852b2585576dfe523…