comparison src/http/ngx_http_variables.c @ 3409:bb79608169eb

named captures worked for two names only
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Jan 2010 11:21:46 +0000
parents fe08c14530e9
children 7a1958778351
comparison
equal deleted inserted replaced
3408:71193a456616 3409:bb79608169eb
1741 return NULL; 1741 return NULL;
1742 } 1742 }
1743 1743
1744 v->get_handler = ngx_http_variable_not_found; 1744 v->get_handler = ngx_http_variable_not_found;
1745 1745
1746 p += i + size; 1746 p += size;
1747 } 1747 }
1748 1748
1749 return re; 1749 return re;
1750 } 1750 }
1751 1751