Skip to content

Commit

Permalink
Merge pull request #1228 from ffurano/master
Browse files Browse the repository at this point in the history
Shutdown the connection in the case of an unrecognized HTTP first line
  • Loading branch information
simonmichal committed Jun 30, 2020
2 parents 50d068c + e640dc9 commit 09e60a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdHttp/XrdHttpProtocol.cc
Expand Up @@ -750,6 +750,7 @@ int XrdHttpProtocol::Process(XrdLink *lp) // We ignore the argument here
int result = CurrentReq.parseFirstLine((char *)tmpline.c_str(), rc);
if (result < 0) {
TRACE(DEBUG, " Parsing of first line failed with " << result);
return -1;
}
}
else
Expand Down

0 comments on commit 09e60a0

Please sign in to comment.