Commit Graph
7 Commits
Author SHA1 Message Date
Datong Sun 3566429463 patch: updated stream_proxy_timeout_fields patch to work with 1.13.8.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2018-01-05 11:57:34 -08:00
Datong Sun dbf53c5ced feature: added information about OpenResty's commercial support in the default index.html page.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-11-13 23:14:30 -08:00
Datong Sun 94766f7a41 patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-09-19 19:46:55 -07:00
Datong Sun 4b594fdce6 feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-09-01 12:37:07 -07:00
Datong Sun 3b74625ad3 feature: added the balancer_status_code patch to the nginx core to allow returning arbitrary HTTP status codes inside upstream balancers.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-06-28 10:48:48 -07:00
Datong Sun 6e74463f66 optimize: privileged agent: reduced the number of ngx_connection_t allocated inside the privileged worker to avoid excessive memory consumption when worker_connections is set very high.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-06-17 15:05:57 -07:00
Datong Sun 4950ec7f62 feature: applied the delayed-posted-events patch to the nginx core for adding "delayed posted events" which run in the next event cycle with 0 delay.
this nginx core feature is needed by the ngx.sleep(0) feature in
ngx_lua, for example.

Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
2017-05-14 22:29:31 -07:00