[PATCH] urlmon: Handle failure using HTTP Basic authentication scheme by asking user/password.

Jacek Caban jacek at codeweavers.com
Tue Jun 8 13:47:00 CDT 2021


Hi Dmitry,

On 6/7/21 6:39 PM, Dmitry Timoshkov wrote:
> +void handle_basic_auth_error(Protocol *prot)
> +{
> +    HttpProtocol *This = impl_from_Protocol(prot);
> +
> +    handle_http_error(This, ERROR_SUCCESS);
> +}


Shouldn't we use IAuthenticate from bind status callback in this case?


Thanks,

Jacek




More information about the wine-devel mailing list