Improve Python 2 compatibility

This commit is contained in:
Benjamin Bock
2025-07-31 23:05:03 +00:00
committed by ed
parent 1f966bb9d5
commit b69d590176
+1 -1
View File
@@ -911,7 +911,7 @@ class HttpCli(object):
if status == 304:
self.out_headers.pop("Content-Length", None)
self.out_headers.pop("Content-Type", None)
self.out_headerlist.clear()
self.out_headerlist[:] = []
if self.k304():
self.keepalive = False
else: