File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
docs/book/src/cronjob-tutorial/testdata
v3/scaffolds/internal/templates
v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image/cmd
project-v4-multigroup/cmd
project-v4-with-deploy-image/cmd
project-v4-with-grafana/cmd Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ some changes.
76
76
77
77
Most controllers need a logging handle and a context, so we set them up here.
78
78
79
- The [context](https://golang.org/pkg/context/) is used to allow cancelation of
79
+ The [context](https://golang.org/pkg/context/) is used to allow cancellation of
80
80
requests, and potentially things like tracing. It's the first argument to all
81
81
client methods. The `Background` context is just a basic context without any
82
82
extra data or timing restrictions.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ func main() {
95
95
96
96
// if the enable-http2 flag is false (the default), http/2 should be disabled
97
97
// due to its vulnerabilities. More specifically, disabling http/2 will
98
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
98
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
99
99
// Rapid Reset CVEs. For more information see:
100
100
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
101
101
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ func main() {
245
245
{{ if not .ComponentConfig }}
246
246
// if the enable-http2 flag is false (the default), http/2 should be disabled
247
247
// due to its vulnerabilities. More specifically, disabling http/2 will
248
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
248
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
249
249
// Rapid Reset CVEs. For more information see:
250
250
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
251
251
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ func main() {
251
251
{{ if not .ComponentConfig }}
252
252
// if the enable-http2 flag is false (the default), http/2 should be disabled
253
253
// due to its vulnerabilities. More specifically, disabling http/2 will
254
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
254
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
255
255
// Rapid Reset CVEs. For more information see:
256
256
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
257
257
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func main() {
72
72
73
73
// if the enable-http2 flag is false (the default), http/2 should be disabled
74
74
// due to its vulnerabilities. More specifically, disabling http/2 will
75
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
75
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
76
76
// Rapid Reset CVEs. For more information see:
77
77
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
78
78
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func main() {
101
101
102
102
// if the enable-http2 flag is false (the default), http/2 should be disabled
103
103
// due to its vulnerabilities. More specifically, disabling http/2 will
104
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
104
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
105
105
// Rapid Reset CVEs. For more information see:
106
106
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
107
107
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ func main() {
101
101
102
102
// if the enable-http2 flag is false (the default), http/2 should be disabled
103
103
// due to its vulnerabilities. More specifically, disabling http/2 will
104
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
104
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
105
105
// Rapid Reset CVEs. For more information see:
106
106
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
107
107
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func main() {
76
76
77
77
// if the enable-http2 flag is false (the default), http/2 should be disabled
78
78
// due to its vulnerabilities. More specifically, disabling http/2 will
79
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
79
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
80
80
// Rapid Reset CVEs. For more information see:
81
81
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
82
82
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ func main() {
72
72
73
73
// if the enable-http2 flag is false (the default), http/2 should be disabled
74
74
// due to its vulnerabilities. More specifically, disabling http/2 will
75
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
75
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
76
76
// Rapid Reset CVEs. For more information see:
77
77
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
78
78
// - https://github.com/advisories/GHSA-4374-p667-p6c8
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func main() {
76
76
77
77
// if the enable-http2 flag is false (the default), http/2 should be disabled
78
78
// due to its vulnerabilities. More specifically, disabling http/2 will
79
- // prevent from being vulnerable to the HTTP/2 Stream Cancelation and
79
+ // prevent from being vulnerable to the HTTP/2 Stream Cancellation and
80
80
// Rapid Reset CVEs. For more information see:
81
81
// - https://github.com/advisories/GHSA-qppj-fm5r-hxr3
82
82
// - https://github.com/advisories/GHSA-4374-p667-p6c8
You can’t perform that action at this time.
0 commit comments