Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call ErrorAndDisconnect in a goroutine
ErrorAndDisconnect can only be called in a handler as it panics with http.ErrAbortHandler which normally gets recovered by net/http.
- Loading branch information