Ignore:
Timestamp:
10/30/09 18:13:41 (3 years ago)
Author:
George Potapov <nephrite@…>
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)
Message:

Vendor drop nginx v0.8.21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/ngx_http.h

    r5ff46b rc7670f  
    5858ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, 
    5959    ngx_http_core_loc_conf_t *clcf); 
     60ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, 
     61    ngx_http_listen_opt_t *lsopt); 
    6062 
    6163 
     
    119121 
    120122ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r); 
     123void ngx_http_discarded_request_body_handler(ngx_http_request_t *r); 
    121124void ngx_http_block_reading(ngx_http_request_t *r); 
    122125void ngx_http_test_reading(ngx_http_request_t *r); 
Note: See TracChangeset for help on using the changeset viewer.