Replies: 1 comment 1 reply
-
|
thank you for filing this @sratt. do you know if your traffic is HTTP/1? the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use Case: We need to support request headers of approximately 1MB in size due to large authentication headers in our service requests.
Setup:
Problem:
When the GET request includes a large header (greater than ~510 KB), it is rejected by the linkerd-proxy. The following error appears in the logs of Service A's linkerd-proxy container:
INFO ThreadId(01) outbound: linkerd_app_core::serve: Connection closed error=message head is too large client.addr=xx.xx.xxx.xx:xxxxx server.addr=xx.xx.xxx.xx:xxQuestions:
Helm Chart Versions:
Chart.yaml:
Values.yaml:
Beta Was this translation helpful? Give feedback.
All reactions