support warnings in generators (#387)

This commit is contained in:
Boris Verkhovskiy
2022-04-19 13:40:25 -07:00
committed by GitHub
parent 467f093a72
commit 72995ff6c7
21 changed files with 229 additions and 173 deletions

View File

@@ -1,4 +1,3 @@
import requests
# Warning: this was an HTTP/2 request but requests only supports HTTP/1.1
response = requests.get('http://localhost:28139')