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.