File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ toc::[]
1818:link-proxy-from-env: https://golang.org/pkg/net/http/#ProxyFromEnvironment
1919
2020== HEAD
21+
22+ == 2024-08-31
2123* Start building with Go-1.23.0
2224* Add CLI flag to expose ReadTimeout for tuning (frontend). +
2325 Default is 30s (same as previosly).
@@ -27,9 +29,9 @@ toc::[]
2729+
2830[NOTE]
2931--
30- Previously this value was not set, so it defaulted to the zero value, in
31- which case the ReadTimeout value (default 30s) was used internally by the go
32- http server. The new default mirrors the old default.
32+ Previously this value was not set, so it defaulted to the zero value,
33+ which resulted in the ReadTimeout value (default 30s) being used internally by
34+ the go http server. The new default mirrors this previous old default.
3335--
3436
3537== v2.5.1 2024-07-02
You can’t perform that action at this time.
0 commit comments