static void ngx_http_upstream_check_broken_connection(ngx_event_t *ev); static void ngx_http_upstream_connect(ngx_http_request_t *r, Feb 9, 2005 nginx-0.1.18-RELEASE import 15 ngx_http_upstream_t *u); Jan 18, 2005 nginx-0.1.14-RELEASE import 16 static void ngx_http_upstream_...
连接的fd保存在peer->connection里面ngx_peer_connection_t peer;//初始赋值见ngx_http_upstream_connect->ngx_event_connect_peer(&u->peer);/*当向下游客户端转发响应时(ngx_http_request_t结构体中的subrequest_in_memory标志住为0),如果打开了缓存且认为上游网速更快(conf 配置中的buffering标志位为1),这时...
@@ -23,6 +23,7 @@ typedef void (*ngx_http_proxy_connect_upstream_handler_pt)(typedef struct { ngx_flag_t accept_connect; ngx_flag_t allow_port_all; ngx_array_t *allow_ports;ngx_msec_t read_timeout; @@ -1159,7 +1160,7 @@ ngx_http_proxy_connect_wr_check_broken_connect...
}// check a bitngx_log_debug7(NGX_LOG_DEBUG_HTTP, r->connection->log,0,"\nParameters dump is : [ rb->temp_file = %p ]\n"" [ rb->bufs = %p ]\n"" [ rb->bufs->buf = %p ]\n"" [ rb->buf = %p ]\n"" [ rb->rest = %d ]\n"" [ rb->to_write = %d ]\n"" ...
Describe the bug When running paperless-ngx with a location like /paperless, current unstable and master will cause it to break. See also this upstream issue: paperless-ngx/paperless-ngx#5494 Steps To Reproduce Steps to reproduce the beh...
on_new_connection ❌ NYI. on_downstream_data ❌ NYI. on_upstream_data ❌ NYI. on_upstream_close ❌ NYI. on_downstream_close ❌ NYI. on_log ❌ NYI. on_done ❌ NYI. HTTP contexts on_http_request_headers ✔️ Client request headers handler. on_http_request_body ✔️...
static void ngx_http_upstream_check_broken_connection(ngx_http_request_t *r, ngx_event_t *ev); Jan 18, 2005 nginx-0.1.14-RELEASE import 34 static void ngx_http_upstream_connect(ngx_http_request_t *r, Feb 9, 2005 nginx-0.1.18-RELEASE import 35 ngx_http_upstream_t *u);...
static void ngx_http_upstream_check_broken_connection(ngx_http_request_t *r, ngx_event_t *ev); Jan 18, 2005 nginx-0.1.14-RELEASE import 17 static void ngx_http_upstream_connect(ngx_http_request_t *r, Feb 9, 2005 nginx-0.1.18-RELEASE import 18 ngx_http_upstream_t *u);...
static void ngx_http_upstream_resolve_handler(ngx_resolver_ctx_t *ctx); May 12, 2005 nginx-0.1.29-RELEASE import 23 24 25 26 static void ngx_http_upstream_rd_check_broken_connection(ngx_http_request_t *r); static void ngx_http_upstream_wr_check_broken_connection(ngx_http_reque...
static void ngx_http_upstream_resolve_handler(ngx_resolver_ctx_t *ctx); May 12, 2005 nginx-0.1.29-RELEASE import 26 27 28 29 static void ngx_http_upstream_rd_check_broken_connection(ngx_http_request_t *r); static void ngx_http_upstream_wr_check_broken_connection(ngx_http_reque...