diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -151,7 +151,11 @@ is available yet ([lines 663-778][]). [goLookupIPCNAMEOrder]: https://github.com/golang/go/blob/8edcdddb23c6d3f786b465c43b49e8d9a0015082/src/net/dnsclient_unix.go#L595-L804 [lines 663-778]: https://github.com/golang/go/blob/8edcdddb23c6d3f786b465c43b49e8d9a0015082/src/net/dnsclient_unix.go#L663-L778 -Also note that the default settings makes us follow redirects (at most 10). +Also note that the default settings makes us follow redirects (at most 10). And +that 10MiB for MaxResponseHeaderBytes should be [conservative][]; so it seems +like we should not be too strict if setting this to 32MiB. + +[conservative]: https://go-review.googlesource.com/c/go/+/21329/2/src/net/http/transport.go ## Contact |