comparison src/core/ngx_string.c @ 346:05693816539c NGINX_0_6_17

nginx 0.6.17 *) Feature: the "If-Range" request header line support. Thanks to Alexander V. Inyukhin. *) Bugfix: URL double escaping in a redirect of the "msie_refresh" directive; bug appeared in 0.6.4. *) Bugfix: the "autoindex" directive did not work with the "alias /" directive. *) Bugfix: a segmentation fault might occur in worker process if subrequests were used. *) Bugfix: the big responses may be transferred truncated if SSL and gzip were used. *) Bugfix: the $status variable was equal to 0 if a proxied server returned response in HTTP/0.9 version.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Nov 2007 00:00:00 +0300
parents 4276c2f1f434
children b743d290eb3b
comparison
equal deleted inserted replaced
345:4279bc4cdec6 346:05693816539c
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` */