We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6451d6 commit 82f1c5eCopy full SHA for 82f1c5e
xhttp/serve.go
@@ -44,7 +44,6 @@ func Serve(ctx context.Context, shutdownTimeout time.Duration, s *http.Server, l
44
if serveErr != nil && serveErr != http.ErrServerClosed {
45
return serveErr
46
}
47
-
48
return shutdownErr
49
50
0 commit comments