nghttpx: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2016-06-04 17:23:47 +09:00
parent 9653ae98a6
commit 951ef0c6d5
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ int htp_msg_completecb(http_parser *htp) {
// reason why end_upload_data() failed is when we sent response
// in request phase hook. We only delete and proceed to the
// next request handling (if we don't close the connection). We
// first pause parser here jsut as we normally do, and call
// first pause parser here just as we normally do, and call
// signal_write() to run on_write().
http_parser_pause(htp, 1);