Use the Request in Forwarder directly#575
Use the Request in Forwarder directly#575knative-prow[bot] merged 1 commit intoknative-extensions:mainfrom
Conversation
|
@mgencur: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| } | ||
|
|
||
| req.Header = headersToBeSent | ||
| req := request.Clone(requestCtx) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, mgencur, ReToCode 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 |
|
@mgencur cherry-pick to 1.10 and 1.11 or go with what we have there? |
|
I would not bother but we can cherry-pick. I'm fine with both. |
This reverts commit a7237b0.
This is a follow-up to #572 . This PR doesn't choose specific headers but forwards everything by re-using the original request and modifying it.
Changes
/kind
Fixes #
Release Note
Docs