andrei 2009/10/05 17:23:08 CEST
SER CVS Repository
Modified files:
. tcp_main.c
Log:
tcp: fix fd leak on async error or quick connect
In some error cases (from which the most likely to appear in
real-life would be maximum global send queue size exceeded),
the fd for a new created connection (in tcp_send()) was not closed
when the connection was destroyed.
(backported from sip-router b8d528b6)
Revision Changes Path
1.152 +4 -1 sip_router/tcp_main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_main.c.diff?r1…