Index: Source/platform/network/HTTPRequest.cpp |
diff --git a/Source/platform/network/HTTPRequest.cpp b/Source/platform/network/HTTPRequest.cpp |
index b25aa8f3493c6a3cf49935df0df96da2f20f55ff..d003572167064d24004c423c9ac5d3874c722f1f 100644 |
--- a/Source/platform/network/HTTPRequest.cpp |
+++ b/Source/platform/network/HTTPRequest.cpp |
@@ -60,7 +60,6 @@ PassRefPtr<HTTPRequest> HTTPRequest::parseHTTPRequestFromBuffer(const char* data |
// 3. Parse HTTP Data. |
size_t dataLength = request->parseRequestBody(pos, remainingLength); |
- pos += dataLength; |
remainingLength -= dataLength; |
// We should have processed the entire input. |