repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
websocket
/
receive-pong-with-payload_wsh.py
blob
5db19c85606a9fa28f5c48f3f74c31708f18f102
1
def
web_socket_do_extra_handshake
(
request
):
2
pass
3
4
5
def
web_socket_transfer_data
(
request
):
6
request
.
ws_stream
._
send
_
pong
(
"{payload: 'yes'}"
)
7
request
.
ws_stream
.
send_message
(
"sent pong"
)
8
line
=
request
.
ws_stream
.
receive_message
()