remove connection close header
This commit is contained in:
parent
c5265f053e
commit
4a4dc7ee81
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def serialize_scpd_get(path: str, address: str) -> bytes:
|
||||||
'GET %s HTTP/1.1\r\n'
|
'GET %s HTTP/1.1\r\n'
|
||||||
'Accept-Encoding: gzip\r\n'
|
'Accept-Encoding: gzip\r\n'
|
||||||
'Host: %s\r\n'
|
'Host: %s\r\n'
|
||||||
'Connection: Close\r\n'
|
# 'Connection: Close\r\n'
|
||||||
'\r\n'
|
'\r\n'
|
||||||
) % (path, host)
|
) % (path, host)
|
||||||
).encode()
|
).encode()
|
||||||
|
|
Loading…
Reference in a new issue