diff options
author | Igor Sysoev <igor@sysoev.ru> | 2020-10-02 15:16:09 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2020-10-02 15:16:09 +0300 |
commit | 9d8d2c17585c149601855a09eba575640d156eae (patch) | |
tree | 29c3ac2d86af1f713221cb439ec896d291c33af1 | |
parent | 12f225a43acc6b5086b08c3d7df6f6ac2322efa1 (diff) | |
download | unit-9d8d2c17585c149601855a09eba575640d156eae.tar.gz unit-9d8d2c17585c149601855a09eba575640d156eae.tar.bz2 |
Fixed comment.
Thanks to 洪志道 (Hong Zhi Dao).
-rw-r--r-- | src/nxt_http_chunk_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_http_chunk_parse.c b/src/nxt_http_chunk_parse.c index 2164524b..be3a2023 100644 --- a/src/nxt_http_chunk_parse.c +++ b/src/nxt_http_chunk_parse.c @@ -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++; |