Skip to content

Commit 65cf315

Browse files
authored
fix: requests.exceptions.ConnectionError: Max retries exceeded with url: / (#321)
being raised with http. Signed-off-by: Sundeep Anand <[email protected]>
1 parent 5c24307 commit 65cf315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Quickstart
3535
sess = requests.session()
3636
cached_sess = CacheControl(sess)
3737
38-
response = cached_sess.get('http://google.com')
38+
response = cached_sess.get('https://google.com')
3939
4040
If the URL contains any caching based headers, it will cache the
4141
result in a simple dictionary.

0 commit comments

Comments
 (0)