summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r--net/http/http_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h
index 6daf173..776b876 100644
--- a/net/http/http_util.h
+++ b/net/http/http_util.h
@@ -167,6 +167,7 @@ class HttpUtil {
HeadersIterator(std::string::const_iterator headers_begin,
std::string::const_iterator headers_end,
const std::string& line_delimiter);
+ ~HeadersIterator();
// Advances the iterator to the next header, if any. Returns true if there
// is a next header. Use name* and values* methods to access the resultant
@@ -229,6 +230,7 @@ class HttpUtil {
ValuesIterator(std::string::const_iterator values_begin,
std::string::const_iterator values_end,
char delimiter);
+ ~ValuesIterator();
// Advances the iterator to the next value, if any. Returns true if there
// is a next value. Use value* methods to access the resultant value.