5 Sep
2023
5 Sep
'23
5:12 p.m.
On Tue Sep 5 17:06:55 2023 +0000, Yuxuan Shui wrote:
Hmm, Windows is definitely doing something odd. When using `CreateBinding` and native Windows HTTP protocol implementation, it _does not_ call `IBindCallbackRedirect::Redirect`. However when using `CreateBinding` with our emulated protocol, it _does_. (Both cases have `DISABLEAUTOREDIRECTS`). When Windows does not call `IBindCallbackRedirect::Redirect`, it just `ReportResult` with `INET_E_REDIRECT_FAILED` and the request stops there.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3725#note_44331