mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
test: remove UDP request handler test -- not possible
This commit is contained in:
parent
992cd77fc7
commit
51b57f66cf
@ -59,10 +59,8 @@ test('http: request handler option intercepts announce requests and responses',
|
|||||||
testRequestHandler(t, 'http')
|
testRequestHandler(t, 'http')
|
||||||
})
|
})
|
||||||
|
|
||||||
test('udp: request handler option intercepts announce requests and responses', function (t) {
|
|
||||||
testRequestHandler(t, 'udp')
|
|
||||||
})
|
|
||||||
|
|
||||||
test('ws: request handler option intercepts announce requests and responses', function (t) {
|
test('ws: request handler option intercepts announce requests and responses', function (t) {
|
||||||
testRequestHandler(t, 'ws')
|
testRequestHandler(t, 'ws')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// 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!
|
||||||
|
Loading…
Reference in New Issue
Block a user