HTTP: support http forward proxying

2020-07-13 Thread
commit 89877712df3e769f4d0acb8fdcefcd351b31eaad Author: 吕海涛 Date: Sat Jun 6 12:16:42 2020 +0800 support http forward proxy diff --git a/auto/configure b/auto/configure index 7e6e33a7..1ee0bfaa 100755 --- a/auto/configure +++ b/auto/configure @@ -92,6 +92,9 @@ have=NGX_HTTP_CLIENT_TEMP_PATH value="\"$NGX_H

HTTP: add connect_timeout for proxy_next_upstream

2019-03-24 Thread
commit c6f872f4dfa4abecc953f09cdb3e1537d866d2f4 Author: 吕海涛 Date: Sun Mar 24 16:46:56 2019 +0800 HTTP: add connect_timeout for proxy_next_upstream Nginx support both timeout and non_idempotent flag for proxy_next_upstream. However, in some environment, even the GET method

Re: [PATCH] HTTP/2: make http2 server support http1

2018-06-13 Thread
hello? 发自我的 iPhone > 在 2018年4月2日,08:28,Haitao Lv 写道: > > Any body is here? > >> On Mar 21, 2018, at 11:36, Haitao Lv wrote: >> >> Thank you for reviewing. >> >> And here is the patch that fix the breaking PROXY protocol functionality. >> >> Sorry for disturbing. >> >> diff --git

Re: [PATCH] HTTP/2: make http2 server support http1

2018-03-12 Thread
Is there any one who would like to review this patch? 发自我的 iPhone > 在 2018年3月8日,08:42,Haitao Lv 写道: > > Sorry for disturbing. But I have to fix a buffer overflow bug. > Here is the latest patch. > > Sorry. But please make your comments. Thank you. > > > diff --git

Re: Http: make ngx_http_init_listening a public api

2017-05-20 Thread
Hello! What I still want to point out is that the job of the ngx_http_init_listening is not bind and listen on some certain tcp port waiting for incoming http request, but init the structs about listening adders and ports, associate them with http server and push the listening struct into the

Http: make ngx_http_init_listening a public api

2017-04-30 Thread
# HG changeset patch # User 吕海涛 <0...@lvht.net> # Date 1493595577 -28800 # Mon May 01 07:39:37 2017 +0800 # Node ID 2ddd0894c1a6c7efe45310b874a5b4091b58bb81 # Parent f38647c651a8d5c884b5aacc9f9a5b1af196309b Http: make ngx_http_init_listening a public api Make this api public is