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

Side by Side Diff: LayoutTests/http/tests/websocket/server-close_wsh.py

Issue 101143002: Remove hybi sub directory for WebSocket layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 unified diff | Download patch
OLDNEW
1 def web_socket_do_extra_handshake(request): 1 def web_socket_do_extra_handshake(request):
2 pass 2 pass
3 3
4 4
5 def web_socket_transfer_data(request): 5 def web_socket_transfer_data(request):
6 # After this handler exits, pywebsocket initiates the closing handshake. 6 # After this handler exits, pywebsocket initiates the closing handshake.
7 pass 7 pass
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/websocket/server-close-expected.txt ('k') | LayoutTests/http/tests/websocket/set-cookie_wsh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698