Skip to content

Commit

Permalink
fix: typo (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylitianrui committed Sep 17, 2021
1 parent 06b464f commit 44d0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Expand Up @@ -340,7 +340,7 @@ type Server struct {

// SleepWhenConcurrencyLimitsExceeded is a duration to be slept of if
// the concurrency limit in exceeded (default [when is 0]: don't sleep
// and accept new connections immidiatelly).
// and accept new connections immediately).
SleepWhenConcurrencyLimitsExceeded time.Duration

// NoDefaultServerHeader, when set to true, causes the default Server header
Expand Down

0 comments on commit 44d0333

Please sign in to comment.