You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(async-stripe): Fix header name, extract it to const
http crate does not allow uppercase characters in header name and it was
causing crashes when hitting thing branch with error "index out of
bounds."
The error should happen at compile time, but for some reason the
HeaderName::from_static was executed at runtime, so this commit forces
it to be executed at compile time by extracing it into the const.
Signed-off-by: Robin Ilyk <[email protected]>
0 commit comments