Fixed comment.

Thanks to 洪志道 (Hong Zhi Dao).
This commit is contained in:
Igor Sysoev
2020-10-02 15:16:09 +03:00
parent 12f225a43a
commit 9d8d2c1758

View File

@@ -74,7 +74,7 @@ nxt_http_chunk_parse(nxt_task_t *task, nxt_http_chunk_parse_t *hcp,
goto next;
}
/* ret == NXT_HTTP_CHUNK_END_ON_BORDER */
/* ret == NXT_HTTP_CHUNK_END */
}
ch = *hcp->pos++;