[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x-served-by header is being truncated. #2198

Open
alex8bitw opened this issue Feb 12, 2024 · 1 comment
Open

x-served-by header is being truncated. #2198

alex8bitw opened this issue Feb 12, 2024 · 1 comment
Labels

Comments

@alex8bitw
Copy link

What version of Hono are you using?

3.12.8

What runtime/platform is your app running on?

Fastly

What steps can reproduce the bug?

Proxy a request at Fastly, and view headers.

From origin 
172046317ns: Response Header => response: 1, x-served-by: cache-gnv1820032-GNV, cache-gnv1820026-GNV, cache-den8282-DEN, cache-den8282-DEN
172046414ns: Response Header => response: 1, x-cache: MISS, MISS, MISS, MISS

To Client 
174420496ns: Response Header => response: 0, x-served-by: cache-den8282-DEN
174420883ns: Response Header => response: 0, x-cache: MISS, MISS, MISS, MISS

What is the expected behavior?

x-served-by with 5 entries, not 1.

What do you see instead?

Trucnated x-served-by to 1 entry

Additional information

No response

@alex8bitw alex8bitw added the bug label Feb 12, 2024
@yusukebe
Copy link
Member

Hi @alex8bitw

How can I reproduce this in my local enviroment?

@yusukebe yusukebe added triage and removed bug labels Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants