We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab287 commit 41c165cCopy full SHA for 41c165c
knative-serving/http-configuration/http1-full-duplex-support.adoc
@@ -6,7 +6,10 @@ include::_attributes/common-attributes.adoc[]
6
7
You can enable the HTTP/1 full duplex support for a service by configuring the `features.knative.dev/http-full-duplex` annotation.
8
9
-NOTE: Verify your HTTP clients before enabling, as older clients may not provide support for HTTP/1 full duplex.
+[NOTE]
10
+====
11
+Verify your HTTP clients before enabling, as earlier version clients might not provide support for HTTP/1 full duplex.
12
13
14
The following example shows how you can use this annotation in a Knative `Service` YAML object at the revision spec level:
15
0 commit comments