response.headers.status is no longer set #2006
-
Hey, I could be insane. But posting this here in case others were expecting, or not expecting, this sort of thing... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @jeffwilcox 👋 This is a change from the GitHub side where the The workaround is to use the HTTP status itself, rather than the cc @gr2m in case there are updates required in Octokit. |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
Hey @jeffwilcox 👋 This is a change from the GitHub side where the
status
header is no longer being returned as of this morning. Thestatus
header was previously included by the rack server we use and the newer version has removed it. The infrastructure team confirmed that we won't be able to roll this back and restore the header unfortunately.The workaround is to use the HTTP status itself, rather than the
status
header. Apologies if this caused downtime for you, this was an unfortunate side effect on the upgrade and not how we would usually announce breaking changes.cc @gr2m in case there are updates required in Octokit.