diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-20 20:32:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-20 20:32:47 +0100 |
commit | 6222ef8052fdc369977620d38d323f2f90a77011 (patch) | |
tree | d5c4f349281cba4449833cc3a77da54bb8cc794d /docs/libcurl | |
parent | b06ed249d23a8d9bc5fe8a98e04a61f581443c0d (diff) |
libcurl-tutorial.3: curl doesn't sent pragma no-cache
It did a long time ago
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-tutorial.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 64e144089..1cca23f33 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -817,10 +817,6 @@ This header is required by HTTP 1.1 and even many 1.0 servers and should be the name of the server we want to talk to. This includes the port number if anything but default. -.IP "Pragma" -\&"no-cache". Tells a possible proxy to not grab a copy from the cache but to -fetch a fresh one. - .IP "Accept" \&"*/*". |