comparison src/core/ngx_string.c @ 7879:b7407334c60d

Core: fixed comment about escaping in arguments. After 4954530db2af, the ";" character is escaped by ngx_escape_uri(NGX_ESCAPE_ARGS).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 28 Jun 2021 18:01:09 +0300
parents 5772da03faf8
children dfd8dfb436e5
comparison
equal deleted inserted replaced
7878:bea0f9e5c309 7879:b7407334c60d
1511 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1511 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1512 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1512 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1513 0xffffffff /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1513 0xffffffff /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1514 }; 1514 };
1515 1515
1516 /* " ", "#", "%", "&", "+", "?", %00-%1F, %7F-%FF */ 1516 /* " ", "#", "%", "&", "+", ";", "?", %00-%1F, %7F-%FF */
1517 1517
1518 static uint32_t args[] = { 1518 static uint32_t args[] = {
1519 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1519 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1520 1520
1521 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 1521 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */