Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capitalization in a header is illegal and causes the bot to panic. I posted in discord and figured it out shortly after. https://docs.rs/http/latest/http/header/struct.HeaderName.html#method.from_static > Panics > This function panics when the static string is a invalid header. > > Until [Allow panicking in constants](rust-lang/rfcs#2345) makes its way into stable, the panic message at > compile-time is going to look cryptic, but should at least point at your header value
- Loading branch information