Skip to content

Commit

Permalink
Fix duplicate copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbcode committed Feb 14, 2019
1 parent 26fceac commit 79afe22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ConnectionHandler.cpp
Expand Up @@ -1886,7 +1886,6 @@ bool ConnectionHandler::genDenyAccess(Socket &peerconn, String &eheader, String
eheader += std::to_string(hbody.size());
ebody = hbody;
eheader += "\r\n";
} else {
// we're dealing with a non-SSL'ed request, and have the option of using the custom banned image/page directly
} else {
eheader = "HTTP/1.1 302 Redirect\r\n";
Expand Down

0 comments on commit 79afe22

Please sign in to comment.