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

Commit 64936d1

Browse files
committed
Log NPN protocol in HTTP/1.1 connection also
1 parent c2bf574 commit 64936d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/http11/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def connect(self):
9090
if self.secure:
9191
sock, proto = wrap_socket(sock, self.host)
9292

93+
log.debug("Selected NPN protocol: %s", proto)
9394
sock = BufferedSocket(sock, self.network_buffer_size)
9495

9596
if proto not in ('http/1.1', None):

0 commit comments

Comments
 (0)