| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@martijn00 can we have this reviewed? Thans for the time effort :D |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
This PR is to resolve #141, supporting pass timeout for downloading.
⤵️ What is the current behavior?
There is no way to set timeout.
🆕 What is the new behavior (if this is a feature change)?
A timeout duration can be set, and the http request will be timeouted after the duration (a TimeoutException will be thrown). If timeout is not set, all behaviors are same with the original.
💥 Does this PR introduce a breaking change?
N/A
🐛 Recommendations for testing
📝 Links to relevant issues/docs
Issue #141.
🤔 Checklist before submitting