Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano committed Sep 27, 2021
1 parent d814385 commit 1daca30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions tools/webtransport/h3/webtransport_h3_server.py
Expand Up @@ -36,8 +36,6 @@
_doc_root: str = ""


# TODO(yutakahirano): Use aioquic's H3Capsule when
# https://github.com/aiortc/aioquic/pull/229 is accepted.
class CapsuleType(IntEnum):
# Defined in
# https://www.ietf.org/archive/id/draft-ietf-masque-h3-datagram-03.html.
Expand All @@ -50,8 +48,6 @@ class CapsuleType(IntEnum):
CLOSE_WEBTRANSPORT_SESSION = 0x2843


# TODO(yutakahirano): Use aioquic's H3Capsule when
# https://github.com/aiortc/aioquic/pull/229 is accepted.
class H3Capsule:
"""
Represents the Capsule concept defined in
Expand Down
1 change: 0 additions & 1 deletion webtransport/connect.any.js
@@ -1,7 +1,6 @@
// META: global=window,worker
// META: script=/common/get-host-info.sub.js
// META: script=resources/webtransport-test-helpers.sub.js
// META: script=/common/utils.js

promise_test(async t => {
const wt = new WebTransport(webtransport_url('custom-response.py?:status=200'));
Expand Down

0 comments on commit 1daca30

Please sign in to comment.