Skip to content

Commit

Permalink
Fix comment. (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiao YongBiao <xyb4638@gmail.com>
  • Loading branch information
imxyb authored and erikdubbelboer committed May 15, 2019
1 parent f544170 commit 46469b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ type Server struct {
WriteTimeout time.Duration

// IdleTimeout is the maximum amount of time to wait for the
// next request when keep-alives are enabled. If IdleTimeout
// next request when keep-alive is enabled. If IdleTimeout
// is zero, the value of ReadTimeout is used.
IdleTimeout time.Duration

Expand Down

0 comments on commit 46469b5

Please sign in to comment.