大家好,我正在尝试使用 Python 发送请求
with httpx.Client(cookies=cookies, headers=headers, proxies="http://username:password@ip:port", timeout=30) as client:
但它给了我以下错误
h11._util.RemoteProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE