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:
parent
0219d6ac27
commit
466cb7921c
3 changed files with 45 additions and 6 deletions
3
socat.c
3
socat.c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue