Page MenuHome GnuPG

Send "Pragma: no-cache" with HTTP-queries
Closed, ResolvedPublic

Description

In Debian bug #177716 it has been requested, that HTTP queries should contain
the no-cache pragma. libcurl does this by default (CURLOPT_HTTPHEADER). This
might be useful for the GnuPG cURL emulation library too.

Details

External Link
bugs.debian.org/177716
Version
1.4.9

Event Timeline

dleidert set External Link to bugs.debian.org/177716.May 22 2009, 7:44 PM
dleidert set Version to 1.4.9.
dleidert added a subscriber: dleidert.
dshaw added a subscriber: dshaw.

Interestingly enough, it's no longer the default in libcurl. We'll have to do
it for both the libcurl and emulation cases.

Change 5024 for 1.4. Will do 2.0 shortly.