Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsekityam authored Apr 1, 2017
1 parent b51e581 commit 1e8cf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpServer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ bool HttpServer::receiveRequest()
socketRecvBuffer_->drain(headerProcessor_->getLastBytesProcessed());
bodyConsumed_ = 0;
if (setupResponseRecv() < 0) {
A2_LOG_INFO("Request path is invaild. Ignore the request body.");
A2_LOG_INFO("Request path is invalid. Ignore the request body.");
}
const std::string& contentLengthHdr =
lastRequestHeader_->find(HttpHeader::CONTENT_LENGTH);
Expand Down

0 comments on commit 1e8cf51

Please sign in to comment.