Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit c314daf

Browse files
committed
Patch in NPN failure.
1 parent aad4427 commit c314daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
hyper.tls._context = hyper.tls._init_context()
3030
hyper.tls._context.check_hostname = False
3131
hyper.tls._context.verify_mode = ssl.CERT_NONE
32+
hyper.http20.connection.H2_NPN_PROTOCOLS += ['']
3233

3334
def decode_frame(frame_data):
3435
f, length = Frame.parse_frame_header(frame_data[:9])

0 commit comments

Comments
 (0)