-
Couldn't load subscription status.
- Fork 141
Close rd pipe after sending the request #1033
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
a434b1d to 913b06f Compare 💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Test errors Expand to view the tests failures
|
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.
This looks good, thanks! I'll let the tests run.
| jenkins, run the tests |
913b06f to 8ea231a Compare | Jenkins, run the tests |
| jenkins, run the tests |
| Spec failure is unrelated. Thank you for this, @matheussilvasantos ! |
What does this pull request do?
It closes the read pipe after sending the HTTP request.
Why is it important?
Not closing the read pipe causes a growing number of open file descriptors.
Observations
I've updated the
closed?method. This way, the current tests will cover the change.Checklist
.rubocop.yml)Related issues