From a07bc79117971b96ebf3188c0a34a73ee0a3609b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 14 Feb 2010 19:40:18 +0000 Subject: removed trailing whitespace --- lib/README.encoding | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/README.encoding') diff --git a/lib/README.encoding b/lib/README.encoding index 1666e239e..ca9b4ec55 100644 --- a/lib/README.encoding +++ b/lib/README.encoding @@ -1,7 +1,7 @@ Content Encoding Support for libcurl -* About content encodings: +* About content encodings: HTTP/1.1 [RFC 2616] specifies that a client may request that a server encode its response. This is usually used to compress a response using one of a set @@ -31,9 +31,9 @@ Gallagher, and support for the 'gzip' encoding was added by Dan Fandrich. * The libcurl interface: -To cause libcurl to request a content encoding use: +To cause libcurl to request a content encoding use: - curl_easy_setopt(curl, CURLOPT_ENCODING, ) + curl_easy_setopt(curl, CURLOPT_ENCODING, ) where is the intended value of the Accept-Encoding header. -- cgit v1.2.3