Event priority. Backend socket has higher prio.
This commit is contained in:
parent
f511cb0030
commit
7e1a00669c
7 changed files with 89 additions and 48 deletions
|
|
@ -170,7 +170,7 @@ stream_child_free(clixon_handle h,
|
|||
goto done;
|
||||
}
|
||||
sc = NEXTQ(struct stream_child *, sc);
|
||||
} while (sc && sc != STREAM_CHILD);
|
||||
} while (sc && sc != STREAM_CHILD);
|
||||
}
|
||||
done:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue