Skip to content

Commit 0dc6125

Browse files
authored
Apply suggestion from @dgarijo
1 parent f4740fd commit 0dc6125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/somef/process_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def rate_limit_get(*args, backoff_rate=2, initial_backoff=1, size_limit_mb=const
5757
try:
5858
# head_response = requests.get(url, stream=True, allow_redirects=True, **kwargs)
5959
# Use a proper HEAD request to read only the response headers.
60-
# tool here: it retrieves headers without downloading the body.
60+
6161
head_response = requests.head(url, allow_redirects=True,
6262
timeout=constants.DOWNLOAD_TIMEOUT_SECONDS, **kwargs)
6363
head_response.close() # release the connection back to the pool immediately

0 commit comments

Comments
 (0)