Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
removes duplicated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestc committed Jun 7, 2017
1 parent 1e5c0a5 commit 28336af
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,26 +296,6 @@ The value 'none' can be used to disable access logs.`,
Value: 0,
Usage: "Maximum amount of time to wait for the next request when keep-alives are enabled",
},
cli.IntFlag{
Name: "client-read-timeout",
Value: 0,
Usage: "Maximum duration for reading the entire request, including the body",
},
cli.IntFlag{
Name: "client-read-header-timeout",
Value: 0,
Usage: "Amount of time allowed to read request headers",
},
cli.IntFlag{
Name: "client-write-timeout",
Value: 0,
Usage: "Maximum duration before timing out writes of the response",
},
cli.IntFlag{
Name: "client-idle-timeout",
Value: 0,
Usage: "Maximum amount of time to wait for the next request when keep-alives are enabled",
},
cli.IntFlag{
Name: "dead-backend-time",
Value: 30,
Expand Down

0 comments on commit 28336af

Please sign in to comment.