Skip to content

Commit

Permalink
fix http full dup example (#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jan 29, 2024
1 parent 63446e4 commit f393255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/serving/services/http-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For more details on why the issue appears see [here](https://github.com/golang/g

### Configure HTTP/1 Full Duplex support

In order to enable the HTTP/1 full duplex support you can set the corresponding annotation at the service level as follows:
In order to enable the HTTP/1 full duplex support you can set the corresponding annotation at the revision spec level as follows:

!!! warning

Expand All @@ -74,11 +74,11 @@ kind: Service
metadata:
name: example-service
namespace: default
annotations:
features.knative.dev/http-full-duplex: "Enabled"
spec:
template:
spec:
annotations:
features.knative.dev/http-full-duplex: "Enabled"
...
```

0 comments on commit f393255

Please sign in to comment.