add comment
Igor Sysoev
14 years ago
502 | 502 | } |
503 | 503 | |
504 | 504 | |
505 | /* | |
506 | * ngx_strstrn() and ngx_strcasestrn() are intended to search for static | |
507 | * substring with known length in null-terminated string. The argument n | |
508 | * must be length of the second substring - 1. | |
509 | */ | |
510 | ||
505 | 511 | u_char * |
506 | 512 | ngx_strstrn(u_char *s1, char *s2, size_t n) |
507 | 513 | { |