Loading lib/urldata.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -795,8 +795,8 @@ struct Curl_handler { gets a default */ gets a default */ #define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle #define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle url query strings (?foo=bar) ! */ url query strings (?foo=bar) ! */ #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login creditials per request #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login credentials per as opposed to per connection */ request instead of per connection */ /* return the count of bytes sent, or -1 on error */ /* return the count of bytes sent, or -1 on error */ Loading Loading
lib/urldata.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -795,8 +795,8 @@ struct Curl_handler { gets a default */ gets a default */ #define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle #define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle url query strings (?foo=bar) ! */ url query strings (?foo=bar) ! */ #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login creditials per request #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login credentials per as opposed to per connection */ request instead of per connection */ /* return the count of bytes sent, or -1 on error */ /* return the count of bytes sent, or -1 on error */ Loading