aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2009-05-28 16:20:49 +0000
committerDavid Shaw <[email protected]>2009-05-28 16:20:49 +0000
commitbcf540f2d05be031fc16d9faf572a75c65834f12 (patch)
tree93ae0636c57de16e0d91d24c9c0c63e79d3c1fd1 /common/http.h
parent* http.h, http.c (send_request): Pass in srvtag and make its presence (diff)
downloadgnupg-bcf540f2d05be031fc16d9faf572a75c65834f12.tar.gz
gnupg-bcf540f2d05be031fc16d9faf572a75c65834f12.zip
Avoid caches to get the most recent copy of the key. This is bug #1061
Diffstat (limited to 'common/http.h')
-rw-r--r--common/http.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/http.h b/common/http.h
index 3b049a7f2..28a5304eb 100644
--- a/common/http.h
+++ b/common/http.h
@@ -82,7 +82,8 @@ gpg_error_t http_open (http_t *r_hd, http_req_t reqtype,
unsigned int flags,
const char *proxy,
void *tls_context,
- const char *srvtag);
+ const char *srvtag,
+ strlist_t headers);
void http_start_data (http_t hd);
@@ -96,7 +97,8 @@ gpg_error_t http_open_document (http_t *r_hd,
unsigned int flags,
const char *proxy,
void *tls_context,
- const char *srvtag);
+ const char *srvtag,
+ strlist_t headers);
#ifdef HTTP_USE_ESTREAM
estream_t http_get_read_ptr (http_t hd);