forked from KolibriOS/kolibrios
Correct TCP socket closing after keepalive expires.
git-svn-id: svn://kolibrios.org@2879 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ffd03b26b7
commit
3c7b5955e3
@ -96,7 +96,7 @@ local .exit
|
|||||||
|
|
||||||
DEBUGF 1,"socket %x: Keepalive expired\n", eax
|
DEBUGF 1,"socket %x: Keepalive expired\n", eax
|
||||||
|
|
||||||
call TCP_close
|
call TCP_disconnect
|
||||||
jmp .loop
|
jmp .loop
|
||||||
|
|
||||||
.check_more3:
|
.check_more3:
|
||||||
|
Loading…
Reference in New Issue
Block a user