-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server: handleConn's return error cannot be catched #167
Comments
How does |
@emersion |
Hm, and |
BTW, I noticed more limitations in
If I'd have a logging struct satisfying the |
Now Serve does not exit on non-fatal errors from Accept. This resolves emersion#180 It also logs handleConn errors to the ErrorLog - which is a partial improvement for emersion#167
There there is no way to catch errors, returned by handleConn method:
go-smtp/server.go
Line 124 in 30169ac
go-smtp/server.go
Line 128 in 30169ac
The text was updated successfully, but these errors were encountered: