From bcf540f2d05be031fc16d9faf572a75c65834f12 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 28 May 2009 16:20:49 +0000 Subject: Avoid caches to get the most recent copy of the key. This is bug #1061 --- common/http.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/http.h') 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); -- cgit v1.2.3