1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

removed another jhrg-reference in a comment

This commit is contained in:
Daniel Stenberg 2004-05-12 07:56:01 +00:00
parent 018affe6d0
commit 2f60e91a9b

View File

@ -886,7 +886,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...)
break; break;
case CURLOPT_ENCODING: case CURLOPT_ENCODING:
/* /*
* String to use at the value of Accept-Encoding header. 08/28/02 jhrg * String to use at the value of Accept-Encoding header.
* *
* If the encoding is set to "" we use an Accept-Encoding header that * If the encoding is set to "" we use an Accept-Encoding header that
* encompasses all the encodings we support. * encompasses all the encodings we support.