mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 05:02:38 +00:00
Reading from a socket with a dead peer returns the `ECONNRESET` error code in some cases on Linux. This commit changes LibIPC to gracefully shut down the socket if that happens, fixing an occasional crash in Ladybird. Fixes SerenityOS/ladybird#116 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Connection.cpp | ||
| Connection.h | ||
| ConnectionFromClient.h | ||
| ConnectionToServer.h | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Dictionary.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| File.h | ||
| Forward.h | ||
| Message.h | ||
| MultiServer.h | ||
| SingleServer.h | ||
| Stub.h | ||