We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SSL.Context.get_alpn_proto_negotiated
1 parent 65ca53a commit 38f9b4eCopy full SHA for 38f9b4e
src/OpenSSL/SSL.py
@@ -2648,7 +2648,7 @@ def get_alpn_proto_negotiated(self):
2648
Get the protocol that was negotiated by ALPN.
2649
2650
:returns: A bytestring of the protocol name. If no protocol has been
2651
- negotiated yet, returns an empty string.
+ negotiated yet, returns an empty bytestring.
2652
"""
2653
data = _ffi.new("unsigned char **")
2654
data_len = _ffi.new("unsigned int *")
0 commit comments