aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorRaghavendra Nagaraj <jamdagni86@gmail.com>2019-06-18 08:30:24 +0000
committerEmmanuel Odeke <emm.odeke@gmail.com>2019-06-19 05:46:46 +0000
commit1962dc88eb89cd37d3f9f85e8e4b7ad4915db089 (patch)
tree53a341fcb6dc766883e226ae409e7986187fbb97 /src/debug
parentc82e7e7a88aff4278a4816c35ae5354d984a24ac (diff)
downloadgo-1962dc88eb89cd37d3f9f85e8e4b7ad4915db089.tar.xz
net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docs
CL 46434 changed the doc for Server.IdleTimeout to include falling back to Server.ReadHeaderTimeout if both Server.IdleTimeout and Server.ReadTimeout are zero. However, we explicitly set the ReadDeadlines firstly based off Server.IdleTimeout or Server.ReadTimeout before attempting to read the next request, thus the current doc is incorrect. This CL reverts CL 46434 and also updates the doc for Server.ReadHeaderTimeout to documenting falling back to Server.ReadTimeout, if the former is zero, otherwise there is no timeout. Fixes #32053 Change-Id: I43dd0252d1bcee6c29a8529abd84c84a49b2fba9 GitHub-Last-Rev: e1cdb599772476e0b52d9d2374c3ea3893844eb4 GitHub-Pull-Request: golang/go#32164 Reviewed-on: https://go-review.googlesource.com/c/go/+/178337 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'src/debug')
0 files changed, 0 insertions, 0 deletions