comparison src/http/ngx_http_parse.c @ 782:37d600dbe9f6

add 255th array element
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Oct 2006 11:28:33 +0000
parents 63a820b0bc6c
children 5dc3ba0d6388
comparison
equal deleted inserted replaced
781:836f099aa5cb 782:37d600dbe9f6
543 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0" 543 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0"
544 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0" 544 "\0abcdefghijklmnopqrstuvwxyz\0\0\0\0\0"
545 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 545 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
546 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 546 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
547 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" 547 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
548 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; 548 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0";
549 549
550 state = r->state; 550 state = r->state;
551 hash = r->header_hash; 551 hash = r->header_hash;
552 i = r->lowcase_index; 552 i = r->lowcase_index;
553 553