-
Notifications
You must be signed in to change notification settings - Fork 69
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
HTTP headers name case for extensions #566
Comments
I'm not following what the bug is here? do you have a reproducible example you could post? |
Here, I expect that the resulting object contains value "val" at key "myext". Logs show the value of |
This issue is stale because it has been open 30 days with no activity. |
It seems that
HTTP.toEvent
, at least inBINARY
mode, looks up extensions in header names starting with "ce-" prefix, however, it looks among original headers supplied in unknown case rather than sanitized headers which are lowercase.So e. g. "Ce-myext: val" is ignored and doesn't make it into final event's "myext" field.
The text was updated successfully, but these errors were encountered: