On Tue Sep 5 17:36:56 2023 +0000, Yuxuan Shui wrote:
When Windows does not call `IBindCallbackRedirect::Redirect`, it just `ReportResult` with `INET_E_REDIRECT_FAILED` and the request stops there. Edit: ~~could be that our `call_continue` is stopping early.~~ Edit2: No.
Figuring out the exact behavior of native urlmon seems to be very involved.
@jacek Do you think the solution proposed in this MR is acceptable? In which case I can create a test case with a couple of todos and call it a day...