From 014206c5bdc0264947a6ca4fba642afd8ba06d56 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 5 Jan 2018 21:49:20 +0100 Subject: [PATCH] [5451] Removed spurious whitespace. --- src/lib/http/response_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http/response_parser.cc b/src/lib/http/response_parser.cc index aa7fb720ac..127d3a0418 100644 --- a/src/lib/http/response_parser.cc +++ b/src/lib/http/response_parser.cc @@ -142,7 +142,7 @@ HttpResponseParser::defineStates() { defineState(EXPECTING_NEW_LINE2_ST, "EXPECTING_NEW_LINE2", boost::bind(&HttpResponseParser::expectingNewLineHandler, this, HEADER_LINE_START_ST)); - + defineState(EXPECTING_NEW_LINE3_ST, "EXPECTING_NEW_LINE3_ST", boost::bind(&HttpResponseParser::expectingNewLineHandler, this, HTTP_PARSE_OK_ST)); -- 2.47.2