comparison src/core/ngx_string.c @ 1730:d1b075a0f7a2 stable-0.5

r1630 merge: do not encode already encoded characters in msie_refresh
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 21:03:01 +0000
parents d2a12e9a34e8
children
comparison
equal deleted inserted replaced
1729:ee6d9d2780b6 1730:d1b075a0f7a2
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` */