comparison src/core/ngx_string.c @ 1629:12a656452ad1

do not encode already encoded characters in msie_refresh
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Nov 2007 13:17:58 +0000
parents bef67c6abbe7
children ec63069aeb78
comparison
equal deleted inserted replaced
1628:8d3d224cae20 1629:12a656452ad1
1145 1145
1146 static uint32_t refresh[] = { 1146 static uint32_t refresh[] = {
1147 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1147 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1148 1148
1149 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 1149 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
1150 0x000000a5, /* 0000 0000 0000 0000 0000 0000 1010 0101 */ 1150 0x00000085, /* 0000 0000 0000 0000 0000 0000 1000 0101 */
1151 1151
1152 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */ 1152 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
1153 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */ 1153 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
1154 1154
1155 /* ~}| {zyx wvut srqp onml kjih gfed cba` */ 1155 /* ~}| {zyx wvut srqp onml kjih gfed cba` */