1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-12 22:53:24 +00:00

Option ignoreeof on the right address hung

This commit is contained in:
Gerhard Rieger 2014-11-16 17:28:55 +01:00
parent 0219d6ac27
commit 466cb7921c
3 changed files with 45 additions and 6 deletions

View file

@ -913,6 +913,9 @@ int _socat(void) {
if (XIO_RDSTREAM(sock1)->ignoreeof) {
mayrd1 = 0;
}
if (XIO_RDSTREAM(sock2)->ignoreeof) {
mayrd2 = 0;
}
} else if (polling && wasaction) {
wasaction = 0;