varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
87 stars 15 forks source link

Fix: VarlinkStream not dispatching out data when write returns EAGAIN #59

Closed scabrero closed 3 months ago

scabrero commented 1 year ago

The connection's fd event mask was updated with EPOLLOUT, but service_connection_set_events_masks() was not called to apply it.

Signed-off-by: Samuel Cabrero scabrero@suse.de

scabrero commented 3 months ago

Fixed code style error.