36 static ngx_int_t ngx_http_upstream_reinit(ngx_http_request_t *r, Feb 9, 2005 nginx-0.1.18-RELEASE import 37 ngx_http_upstream_t *u); Jan 18, 2005 nginx-0.1.14-RELEASE import 38 static void ngx_http_upstream_send_request(ngx_http_request_t *r, Mar 24, 2015 Request...
nginx/src/http/ngx_http_upstream.h Go to file Copy path mdouninProxy: support for connection upgrade (101 Switching Protocols). … Latest commit67d3a93Feb 18, 2013History 0contributors 379 lines (273 sloc)12.7 KB RawBlame /* * Copyright (C) Igor Sysoev ...
ngx_http_fastcgi_create_request中会重新把发往后端的头部信息以及fastcgi_param信息填加到ngx_http_upstream_s->request_bufs中*///向上游发送包体u->request_bufs(ngx_http_fastcgi_create_request),接收客户端的包体在r->request_body//发往上游服务器的请求头内容放入该buf 空间分配在ngx_http_proxy_create_...
Mobwrite daemon and processing the reponse */upstream->create_request = ngx_http_mobwrite_create_request; upstream->reinit_request = ngx_http_mobwrite_reinit_request; upstream->process_header = ngx_http_mobwrite_process_response_header; upstream->abort_request = ngx_http_mobwrite_abort_request;...
示例2: ngx_http_set_expires ▲点赞 5▼ //expires配置解析,会触发创建设置r->headers_out.expires r->headers_out.cache_controlstaticngx_int_t//expires xx配置存储函数为ngx_http_headers_expires,真正组包生效函数为ngx_http_set_expiresngx_http_set_expires(ngx_http_request_t*r,ngx_http_headers_co...
FastDFS nginx module. Contribute to happyfish100/fastdfs-nginx-module development by creating an account on GitHub.
nginx fastdfs imagemagick 定制图片分布示存储. Contribute to wangmh/nginx-fastdfs development by creating an account on GitHub.
mlcf = ngx_http_get_module_loc_conf(r, ngx_http_memcached_module); u->conf = &mlcf->upstream; u->create_request = ngx_http_memcached_create_request; u->reinit_request = ngx_http_memcached_reinit_request; u->process_header = ngx_http_memcached_process_header; ...
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http
19 static ngx_int_t ngx_http_upstream_reinit(ngx_http_request_t *r, Feb 9, 2005 nginx-0.1.18-RELEASE import 20 ngx_http_upstream_t *u); Jan 18, 2005 nginx-0.1.14-RELEASE import 21 static void ngx_http_upstream_send_request(ngx_http_request_t *r, Feb 9, 2005 nginx-...