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

fix: HTTP headers for extensions with false values #493

Merged
merged 2 commits into from
Jun 14, 2022

Conversation

lance
Copy link
Member

@lance lance commented Jun 14, 2022

CloudEvent objects may include extensions that have a defined key and a
false value. This change ensures that HTTP messages for CloudEvents
containing these extension values include the appropriate headers.

Fixes: #492

Signed-off-by: Lance Ball lball@redhat.com

CloudEvent objects may include extensions that have a defined key and a
`false` value. This change ensures that HTTP messages for CloudEvents
containing these extension values include the appropriate headers.

Signed-off-by: Lance Ball <lball@redhat.com>
@lance lance requested a review from a team June 14, 2022 19:02
@lance lance self-assigned this Jun 14, 2022
@lance lance added the type/fix A change that fixes something that is broken label Jun 14, 2022
Signed-off-by: Lance Ball <lball@redhat.com>
@lance
Copy link
Member Author

lance commented Jun 14, 2022

Closing and reopening to re-trigger CI with updated package.json

@lance lance closed this Jun 14, 2022
@lance lance reopened this Jun 14, 2022
@lance lance merged commit d6f52ca into cloudevents:main Jun 14, 2022
@lance lance deleted the lance-492-false-extension-value branch June 14, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/fix A change that fixes something that is broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary mode header missing extension attribute when the value is false (boolean)
2 participants