lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

optimze: reduce the ngx.req.socket object size & reduce ngx.socket.udp object size.

Open doujiang24 opened this issue 9 years ago • 6 comments

Seems we only need to save the timeout values to the ngx_http_lua_socket_tcp_upstream_t u for the connected request socket. And the udp socket don't have to save the key for keepalive.

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

doujiang24 avatar Nov 18 '16 16:11 doujiang24

This pull request is now in conflict :(

mergify[bot] avatar Jun 26 '20 00:06 mergify[bot]