diff --git a/lib/http.c b/lib/http.c index 937d241a20490979ba4ab98e6c59eedf1cb27cf6..1bb9ffb6964b2c8cf2fb566701c282112d3de11a 100644 --- a/lib/http.c +++ b/lib/http.c @@ -121,7 +121,7 @@ const struct Curl_handler Curl_handler_http = { ZERO_NULL, /* readwrite */ PORT_HTTP, /* defport */ CURLPROTO_HTTP, /* protocol */ - PROTOPT_NONE /* flags */ + PROTOPT_CREDSPERREQUEST /* flags */ }; #ifdef USE_SSL