Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: net/data/websocket/echo_wsh.py

Issue 11048050: WebSocket test server migration on PPAPI tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: pass pylint check Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/data/websocket/echo-with-no-extension_wsh.py ('k') | net/data/websocket/protocol-test_wsh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/websocket/echo_wsh.py
diff --git a/net/data/websocket/echo_wsh.py b/net/data/websocket/echo_wsh.py
index 86ab63c038f19618c3f8c1013144f00415f97394..e34b88da2a51ec9a51ee13d42ec04297e1d47ab4 100644
--- a/net/data/websocket/echo_wsh.py
+++ b/net/data/websocket/echo_wsh.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-def web_socket_do_extra_handshake(request):
+def web_socket_do_extra_handshake(_request):
pass # Always accept.
« no previous file with comments | « net/data/websocket/echo-with-no-extension_wsh.py ('k') | net/data/websocket/protocol-test_wsh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698