Event priority. Backend socket has higher prio.

This commit is contained in:
Olof hagsand 2024-04-25 14:49:06 +02:00
parent f511cb0030
commit 7e1a00669c
7 changed files with 89 additions and 48 deletions

View file

@ -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;