Attention is currently required from: daniel.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/34338?usp=email )
Change subject: stream_srv: Fix connection error handling ......................................................................
Patch Set 1: Code-Review-1
(2 comments)
File src/stream_srv.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/34338/comment/b464b426_172c8954 PS1, Line 489: if (res <= 0) { OSMO_UNLIKELY()
https://gerrit.osmocom.org/c/libosmo-netif/+/34338/comment/74deb02f_3759ae00 PS1, Line 493: if (conn->flags & OSMO_STREAM_SRV_F_FLUSH_DESTROY) { so if iofd_read_cb is not sent you won't destroy the conn? this looks wrong?