summaryrefslogtreecommitdiffstats
path: root/net/HttpRequest.cpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2021-03-14 16:34:25 -0400
committerAshod Nakashian <Ashod@users.noreply.github.com>2021-03-16 08:27:46 -0400
commit688fefcbda2777049d37717d524aba44b6034e0e (patch)
tree36acc46cd1e2d0d90acce4060c3b5677c68a7fd8 /net/HttpRequest.cpp
parentwsd: minor logging improvement (diff)
downloadonline-688fefcbda2777049d37717d524aba44b6034e0e.tar.gz
online-688fefcbda2777049d37717d524aba44b6034e0e.zip
wsd: http: define streaming operators
Change-Id: I911951cb29fe22103076af9f082e3a6eae3c6189 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
Diffstat (limited to 'net/HttpRequest.cpp')
-rw-r--r--net/HttpRequest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/HttpRequest.cpp b/net/HttpRequest.cpp
index 1a792da00b..062b5e383b 100644
--- a/net/HttpRequest.cpp
+++ b/net/HttpRequest.cpp
@@ -333,7 +333,6 @@ int64_t Response::readData(const char* p, int64_t len)
switch (_statusLine.parse(p, read))
{
case FieldParseState::Unknown:
- case FieldParseState::Complete:
case FieldParseState::Incomplete:
return 0;
case FieldParseState::Invalid: