-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
[BUG] (simulator) Editing header values using colons #236
Comments
@bungoume I'm not figuring out the expected behavior without any details. In my understanding, falco and Faslty's header does not use semicolon for multiple header setting. It will help us:
|
Ah i'm guessing you'd say about |
Yes, I'm sorry, I made a mistake in writing. |
This is happening because of this line in falco/interpreter/variable/header.go Line 77 in c3ea516
Since Getting started on a fix for this, @ysugimoto you're welcome to assign the issue to me if you'd like. I should have time in the next few days to get this fixed. |
@richardmarshall Thanks, but I'm now working on the large change that relates to |
Describe the problem
It seems that the result of rewriting the header value using colons differs from Fiddler's output.
Could you please review the following case?
VCL code that cause the problem / reproduceable
https://fiddle.fastly.dev/fiddle/da790883
Additional context
https://github.com/bungoume/falco-vcl-empty-test/blob/main/tests/header_vars.test.vcl
The text was updated successfully, but these errors were encountered: