This commit is contained in:
ed 2025-04-07 18:59:43 +00:00
parent ec14c3944e
commit 21db8833dc

View file

@ -371,7 +371,7 @@ class TestDots(unittest.TestCase):
return " ".join(tar)
def curl(self, url, uname, binary=False, req=b""):
req = req or hdr(url, uname)
req = req or hdr(url.replace("th=x", "th=j"), uname)
conn = self.conn.setbuf(req)
HttpCli(conn).run()
if binary: