Changeset c7670f for server/src/http/ngx_http.h
- Timestamp:
- 10/30/09 18:13:41 (3 years ago)
- Branches:
- nginx-v0.8
- Parents:
- 178a98
- git-author:
- George Potapov <nephrite@…> (10/30/09 18:13:41)
- git-committer:
- George Potapov <nephrite@…> (10/30/09 18:13:41)
- File:
-
- 1 edited
-
server/src/http/ngx_http.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
server/src/http/ngx_http.h
r5ff46b rc7670f 58 58 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, 59 59 ngx_http_core_loc_conf_t *clcf); 60 ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, 61 ngx_http_listen_opt_t *lsopt); 60 62 61 63 … … 119 121 120 122 ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r); 123 void ngx_http_discarded_request_body_handler(ngx_http_request_t *r); 121 124 void ngx_http_block_reading(ngx_http_request_t *r); 122 125 void ngx_http_test_reading(ngx_http_request_t *r);
Note: See TracChangeset
for help on using the changeset viewer.
