Runtime Contract: Update Protocols and Ports section#4286
Runtime Contract: Update Protocols and Ports section#4286dgerd wants to merge 1 commit intoknative:masterfrom
Conversation
* Describe current behavior for HTTP1.1 and HTTP2 * Provide links to relevant tests for keywords Ref: knative#4035 Fixes: knative#4283
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dgerd If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
The automatic upgrade would be that the queue-proxy would include the https://tools.ietf.org/html/rfc7540#section-3.2 If the container wants to support HTTP/2, they can respond with a We might be able to handle this in the queue-proxy, rather than needing to do it in Envoy (e.g. always HTTP/2 to the queue-proxy and then convert it there). |
|
@dgerd this seems to need a rebase. /assign @evankanderson |
Ref: #4035
Fixes: #4283
Release Note