-
Notifications
You must be signed in to change notification settings - Fork 93
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
worker bridge - idempotency key #486
Conversation
Currently you can set it using Rig any way you want (for example by forwarding that or any other header) but it's not happening automatically |
Setting the idempotency key is per binding, and this part was already done in @vigoo 's big PR |
} else { | ||
resolved_route | ||
.headers | ||
.get("idempotency-key") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this working case-insensitively?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
headers should not be case sensitive, i added test
78f94d2
to
ccd5405
Compare
No description provided.