8 Jun
2021
8 Jun
'21
7:02 p.m.
Hi Jacek, Jacek Caban <jacek(a)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. -- Dmitry.