aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/http2/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/http/http2/frame.py')
-rw-r--r--netlib/http/http2/frame.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/netlib/http/http2/frame.py b/netlib/http/http2/frame.py
index cb2cde99..188629d4 100644
--- a/netlib/http/http2/frame.py
+++ b/netlib/http/http2/frame.py
@@ -25,9 +25,6 @@ ERROR_CODES = BiDi(
CLIENT_CONNECTION_PREFACE = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
-ALPN_PROTO_H2 = b'h2'
-
-
class Frame(object):
"""