[server] Minor update.
This commit is contained in:
parent
8d820aeb39
commit
5771b8e56d
1 changed files with 4 additions and 0 deletions
|
@ -1627,6 +1627,10 @@ func main_0 () (error) {
|
||||||
|
|
||||||
if _timeoutDisabled {
|
if _timeoutDisabled {
|
||||||
|
|
||||||
|
if !_quiet {
|
||||||
|
log.Printf ("[ii] [5e901455] [http-x..] disabling HTTP timeouts!\n")
|
||||||
|
}
|
||||||
|
|
||||||
_httpPlain1Server.ReadTimeout = 0
|
_httpPlain1Server.ReadTimeout = 0
|
||||||
_httpPlain1Server.WriteTimeout = 0
|
_httpPlain1Server.WriteTimeout = 0
|
||||||
_httpPlain1Server.IdleTimeout = 0
|
_httpPlain1Server.IdleTimeout = 0
|
||||||
|
|
Loading…
Reference in a new issue