Skip to content

Commit 51b57f6

Browse files
committed
test: remove UDP request handler test -- not possible
1 parent 992cd77 commit 51b57f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/request-handler.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ test('http: request handler option intercepts announce requests and responses',
5959
testRequestHandler(t, 'http')
6060
})
6161

62-
test('udp: request handler option intercepts announce requests and responses', function (t) {
63-
testRequestHandler(t, 'udp')
64-
})
65-
6662
test('ws: request handler option intercepts announce requests and responses', function (t) {
6763
testRequestHandler(t, 'ws')
6864
})
65+
66+
// NOTE: it's not possible to include extra data in a UDP response, because it's compact and accepts only params that are in the spec!

0 commit comments

Comments
 (0)