mbox series

[0/3] mongoose: gracefully handle broken pipe errors

Message ID 20230130113510.142836-1-daniel@braunwarth.dev
Headers show
Series mongoose: gracefully handle broken pipe errors | expand

Message

Daniel Braunwarth Jan. 30, 2023, 11:35 a.m. UTC
The first patch of this series is fixing some sporadically appearing
errors where the IPC file descriptor has already been closed by the
installer while mongoose is still receiving further data.

The following two patches are only cosmetic changes. Feel free to ignore
them.

Daniel Braunwarth (3):
  mongoose: gracefully handle broken pipe errors
  mongoose: invert if-else logic
  mongoose: fix indentation

 mongoose/mongoose_interface.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)