aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/proxy/protocol/http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/proxy/protocol/http2.py')
-rw-r--r--mitmproxy/proxy/protocol/http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/proxy/protocol/http2.py b/mitmproxy/proxy/protocol/http2.py
index 835f86d0..41707096 100644
--- a/mitmproxy/proxy/protocol/http2.py
+++ b/mitmproxy/proxy/protocol/http2.py
@@ -121,7 +121,7 @@ class Http2Layer(base.Layer):
self.client_conn.send(self.connections[self.client_conn].data_to_send())
def next_layer(self): # pragma: no cover
- # WebSockets over HTTP/2?
+ # WebSocket over HTTP/2?
# CONNECT for proxying?
raise NotImplementedError()