Skip to content

Commit 748c4a5

Browse files
committed
Update HTTP/2 RFC - be specific about using http/2 prior
1 parent bb2dc34 commit 748c4a5

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-network/3726-standard-application-protocols

1 file changed

+1
-1
lines changed

keps/sig-network/3726-standard-application-protocols/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ type ServicePort struct {
177177
// RFC-6335 and https://www.iana.org/assignments/service-names).
178178
//
179179
// * Kubernetes-defined prefixed names:
180-
// * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
180+
// * 'kubernetes.io/h2c' - HTTP/2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior-
181181
// * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
182182
// * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
183183
//

0 commit comments

Comments
 (0)