Skip to content

Commit 82f1c5e

Browse files
Update serve.go
1 parent b6451d6 commit 82f1c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xhttp/serve.go

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func Serve(ctx context.Context, shutdownTimeout time.Duration, s *http.Server, l
4444
if serveErr != nil && serveErr != http.ErrServerClosed {
4545
return serveErr
4646
}
47-
4847
return shutdownErr
4948
}
5049
}

0 commit comments

Comments
 (0)