Skip to content

Commit 9569f77

Browse files
BhaskarSrinivasKBhaskarSrinivasK
BhaskarSrinivasK
authored and
BhaskarSrinivasK
committed
Resolved the issue #2355
1 parent 6bf7ccc commit 9569f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kubernetes/base/stream/ws_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def create_websocket(configuration, url, headers=None):
469469
header.append("sec-websocket-protocol: %s" %
470470
headers['sec-websocket-protocol'])
471471
else:
472-
header.append("sec-websocket-protocol: v4.channel.k8s.io")
472+
header.append("sec-websocket-protocol: v5.channel.k8s.io")
473473

474474
if url.startswith('wss://') and configuration.verify_ssl:
475475
ssl_opts = {

0 commit comments

Comments
 (0)