-
Notifications
You must be signed in to change notification settings - Fork 131
Include headers in response #533
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
Conversation
Pull Request SummaryThere appear to be no significant changes made in this pull request. Files Changed
View more in PlayerZero |
|
Sorry @matiassalles99 - this totally slipped, on me. Taking a look. I will likely get it merged and a new release only next week however. |
|
There seem to be some failing tests, could you take a look? Thank you |
|
@AaronDDM no actual tests are failling, CI results are just errors writing the XML coverage file: ` Finished in 0.15317 seconds (files took 0.90316 seconds to load) /opt/hostedtoolcache/Ruby/3.2.9/x64/lib/ruby/gems/3.2.0/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb:271:in `pull_event': Malformed XML: No root Error: Process completed with exit code 1. Feel free to -f push this, I'll do a PR pinning REXML to 3.3.9 (downgrade), this fixed the issue locally on all tested versions |
|
Addressed in #534 |
A few months ago we reached out to Kiran about the X-Retry-After header not being included in errors, so he made these changes #517
We are now trying to make use of these headers, but it looks like they're still not included, you can reproduce it with a similar script:
Description
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.