diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 20:43:39 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 20:43:39 +0000 |
| commit | 932a8a18df48a7cde5b5163d3428414586bf7066 (patch) | |
| tree | 69f647db0d2ee00f7ff7cd1515d7efe636017447 /src/http/ngx_http.h | |
| parent | 5f9301abf71a3bb48a8864daa78a9dcfe8a6a27e (diff) | |
| download | nginx-932a8a18df48a7cde5b5163d3428414586bf7066.tar.gz nginx-932a8a18df48a7cde5b5163d3428414586bf7066.tar.bz2 | |
merge_slashes
Diffstat (limited to 'src/http/ngx_http.h')
| -rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 266873ad6..42213a2ca 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -64,7 +64,8 @@ int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg); #endif ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b); -ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r); +ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r, + ngx_uint_t merge_slashes); ngx_int_t ngx_http_parse_unsafe_uri(ngx_http_request_t *r, ngx_str_t *uri, ngx_str_t *args, ngx_uint_t *flags); ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b); |
