pull/13998/merge
Masterjun 11 hours ago committed by GitHub
commit b728429a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ body > figure > img {
'\r\n'
f'--{frag_boundary}\r\n'
'Content-Type: text/html; charset=utf-8\r\n'
f'Content-Length: {len(stub)}\r\n'
f'Content-Length: {len(stub.encode())}\r\n'
'\r\n'
f'{stub}\r\n').encode())
extra_state['header_written'] = True

Loading…
Cancel
Save