8 Jun
2021
8 Jun
'21
6:47 p.m.
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