aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerField.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/headerField.cpp')
-rw-r--r--src/headerField.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/headerField.cpp b/src/headerField.cpp
index db03c68e..791b6891 100644
--- a/src/headerField.cpp
+++ b/src/headerField.cpp
@@ -71,6 +71,8 @@ void headerField::parse(const string& buffer, const string::size_type position,
string::size_type* newPosition)
{
getValue().parse(buffer, position, end, newPosition);
+
+ setParsedBounds(position, end);
}