diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 00:02:40 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-03 00:02:40 +0200 |
commit | c1583783736f55998cfbedc9e19bd5b82afc1aed (patch) | |
tree | 09a5c891da8acfadac1f3519481badbf70f8d8f0 | |
parent | 0747be386279456668ba8be161a3db8c189abecc (diff) |
Add note
-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 |