We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deefc68 + 6b1f5a9 commit 8b88455Copy full SHA for 8b88455
1 file changed
examples/fragments/client_upgrade_fragment.py
@@ -38,7 +38,7 @@ def send_initial_request(connection, settings):
38
b"GET / HTTP/1.1\r\n" +
39
b"Host: localhost\r\n" +
40
b"Upgrade: h2c\r\n" +
41
- b"HTTP2-Settings: " + settings + "\r\n"
+ b"HTTP2-Settings: " + settings + b"\r\n" +
42
b"\r\n"
43
)
44
connection.sendall(request)
0 commit comments