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

Side by Side Diff: LayoutTests/http/tests/websocket/echo-challenge_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 from mod_pywebsocket import msgutil 1 from mod_pywebsocket import msgutil
2 2
3 3
4 def web_socket_do_extra_handshake(request): 4 def web_socket_do_extra_handshake(request):
5 pass 5 pass
6 6
7 7
8 def web_socket_transfer_data(request): 8 def web_socket_transfer_data(request):
9 msgutil.send_message(request, request.headers_in['Sec-WebSocket-Key']) 9 msgutil.send_message(request, request.headers_in['Sec-WebSocket-Key'])
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/websocket/deflate-frame_wsh.py ('k') | LayoutTests/http/tests/websocket/echo-cookie_wsh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698