We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a potential issue in the url_exists() function in util/lib.py where the lack of a timeout configuration in the requests.head() call could lead to hanging requests.\n\nRequested by @anitacaron.\n\nRelated PR: https://github.com/OBOFoundry/OBO-Dashboard/pull/141\nComment URL: #141 (comment)
url_exists()
util/lib.py
requests.head()
The text was updated successfully, but these errors were encountered:
anitacaron
No branches or pull requests
There's a potential issue in the
url_exists()
function inutil/lib.py
where the lack of a timeout configuration in therequests.head()
call could lead to hanging requests.\n\nRequested by @anitacaron.\n\nRelated PR: https://github.com/OBOFoundry/OBO-Dashboard/pull/141\nComment URL: #141 (comment)The text was updated successfully, but these errors were encountered: