Bug #1123
CLOSE_WAIT and dead connections in lighttpd 1.5.x-svn
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.5.0 | |||
| Pending: | No |
Resolution: | ||
Description
The current svn seems to have a bug with closed connections. I have several connections here which are in CLOSE_WAIT since some hours (35 connections) and more which are shown in the server-status (65 connections) running a long time. All these connections aren't there anymore or doing nothing.
History
09/07/2007 01:17 PM - Anonymous
I get the same thing in lighttpd-1.4.13 when I ask it to shut down (SIGTERM):
/root# lsof -i4 -n | grep 1436
lighttpd 1436 root 4u IPv4 3536 TCP 127.0.0.1:http (LISTEN)
lighttpd 1436 root 5u IPv4 3537 TCP 192.168.1.121:http (LISTEN)
lighttpd 1436 root 6u IPv4 3538 TCP 192.168.1.121:https (LISTEN)
lighttpd 1436 root 9u IPv4 13150 TCP 192.168.1.121:https->192.168.1.141:ms-olap2 (CLOSE_WAIT)
192.168.1.141 has since been rebooted.