Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: src/libcurl_http_fetcher.h

Issue 4203001: cashew: libcurl http fetcher: use default CA certificate path (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/libcurl_http_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libcurl_http_fetcher.h
diff --git a/src/libcurl_http_fetcher.h b/src/libcurl_http_fetcher.h
index 93bd253635a25cfc5cd9332692c6e04ce325e667..7d066823a8751d638ee868bd7645a1e39d2bad3d 100644
--- a/src/libcurl_http_fetcher.h
+++ b/src/libcurl_http_fetcher.h
@@ -67,6 +67,9 @@ class LibcurlHttpFetcher : public HttpFetcher {
void set_retry_seconds(int seconds) { retry_seconds_ = seconds; }
private:
+ // Asks libcurl for the http response code and stores it in the object.
+ void GetHttpResponseCode();
+
// Resumes a transfer where it left off. This will use the
// HTTP Range: header to make a new connection from where the last
// left off.
« no previous file with comments | « no previous file | src/libcurl_http_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698