Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 89adc74

Browse files
committed
Change the address of sample code.
1 parent a8109c3 commit 89adc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ improved speed, lower bandwidth usage, better connection management, and more.
1515

1616
from hyper import HTTPConnection
1717

18-
conn = HTTPConnection('http2bin.org:443')
19-
conn.request('GET', '/get')
18+
conn = HTTPConnection('nghttp2.org:443')
19+
conn.request('GET', '/httpbin/get')
2020
resp = conn.get_response()
2121

2222
print(resp.read())

0 commit comments

Comments
 (0)