diff options
Diffstat (limited to 'util/net/httpclient.h')
-rw-r--r-- | util/net/httpclient.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/net/httpclient.h b/util/net/httpclient.h index c3f8c82..126969f 100644 --- a/util/net/httpclient.h +++ b/util/net/httpclient.h @@ -35,7 +35,7 @@ namespace mongo { return _entireResponse; } - const Headers getHeaders() const { + Headers getHeaders() const { return _headers; } @@ -76,4 +76,3 @@ namespace mongo { #endif }; } - |