From: Paolo D. <p.d...@gm...> - 2012-01-22 16:35:41
|
I just found what seems a bug in Http_client: in src/netclient/http_client.ml: *5216 let auth_digest = 5217 new basic_auth_handler 5218 ~enable_auth_in_advance:true (new simple_key_handler) * I think basic_auth_handler should be digest_auth_handler. If you confirm, I'll open a bug in the tracker. Is it on Sourceforge, right? Regards, -- *Paolo* |