Hi Jacek,
Jacek Caban jacek@codeweavers.com wrote:
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?
I'd appreciate some pointers how to implement this using BSC interface.