Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
webtransport
/
handlers
/
server-connection-close.py
blob: 9721c67170c832c9c0d6179c06744d31117289ae [
file
] [
log
] [
blame
] [
edit
]
def
session_established
(
session
):
session
.
create_bidirectional_stream
()
def
stream_data_received
(
session
,
stream_id
:
int
,
data
:
bytes
,
stream_ended
:
bool
):
session
.
_http
.
_quic
.
close
()