r1630 merge:

do not encode already encoded characters in msie_refresh
This commit is contained in:
Igor Sysoev 2007-12-12 21:03:01 +00:00
parent 97cc2c55fe
commit 142d14d203
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
/* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
0x000000a5, /* 0000 0000 0000 0000 0000 0000 1010 0101 */
0x00000085, /* 0000 0000 0000 0000 0000 0000 1000 0101 */
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */