Commit e6ec0f4
committed
Avoid spurious error logs at service termination
When we terminate a service, all the remote service clients are
disconnected, closing their sockets. The ongoing, never-ending read
then terminates with an error (socket closed in another greenlet), but
in this case it is expected.1 parent e5927d2 commit e6ec0f4
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
| |||
0 commit comments