]> git.kaiwu.me - nginx.git/commit
Core: fixed comment about escaping in arguments.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jun 2021 15:01:09 +0000 (18:01 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jun 2021 15:01:09 +0000 (18:01 +0300)
commit31d1c34b394ee30b30084ff160133708d0d3b030
treea9eeebfa837b9c8609c16985faf6008ce6f56606
parenta6c109fea5c13b8aa13ed95ca00a64d62601042b
Core: fixed comment about escaping in arguments.

After 4954530db2af, the ";" character is escaped by
ngx_escape_uri(NGX_ESCAPE_ARGS).
src/core/ngx_string.c