You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will add the boilerplate code to programmatically ignore the return code in these cases.
I don't see any reasonable way to handle errors at these places:
Errors writing to the log. Errors should be logged. But when logging produces errors, this makes no sense.
Errors sending to a client. I am afraid that flaky client connections would be filling up the log. In case of network issues and logging across the network, buffers would fill up quickly.
The calls to
write()
when procServ is writing to the log file are not checked for errors.The text was updated successfully, but these errors were encountered: