Attention is currently required from: daniel, pespin.
1 comment:
File src/stream_srv.c:
Patch Set #1, Line 493: if (conn->flags & OSMO_STREAM_SRV_F_FLUSH_DESTROY) {
You're right, thanks! It's also leaking msg if iofd_read_cb is not set, though I'm unsure how common […]
for a srv it is probably unlikely or unusable. In general there are sitautions where there are fds that are only written to (or read from), at least from one process. Think of eventfd that are only written to by the producer thread/process. Or think of a classic uni-directional unix fifo/pipe. But the stream_srv would only exist for things that have a "listen + process incoming connection" kind of paradigm, where you would always have some reading going on?
To view, visit change 34338. To unsubscribe, or for help writing mail filters, visit settings.