Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Oct 12, 2022
1 parent 3a40480 commit 1acfd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/corehttp/gateway_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,6 @@ func abortConn(w http.ResponseWriter) {

err = conn.Close()
if err != nil {
panic(http.ErrAbortHandler)
panic(http.ErrAbortHandler)
}
}

0 comments on commit 1acfd14

Please sign in to comment.