Opened 9 years ago
Closed 6 years ago
#905 closed enhancement (fixed)
TIME_WAIT on return 444
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.9.x |
Keywords: | 444 linger so_linger | Cc: | |
uname -a: | |||
nginx -V: | nginx/1.9.11 |
Description
Hello
We noticed that when using return 444; the socket is left in TIME_WAIT.
We think it could be a great enhancement to use so_linger on the socket when using 444 so it doesn't stay in time_wait, or eventually make an option for it.
Change History (4)
comment:1 by , 9 years ago
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I mean so_linger with timeout 0 like reset_timedout_connection as it's great to get rid of unwanted users quickly without wasting resources.