mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-05 05:27:40 +03:00
feat(core): server RequestHook support
This commit is contained in:
parent
4c2a905892
commit
feacb1f85e
13 changed files with 416 additions and 19 deletions
|
@ -25,6 +25,7 @@ func TestUDPSessionManager(t *testing.T) {
|
|||
}
|
||||
return m, nil
|
||||
})
|
||||
io.EXPECT().Hook(mock.Anything, mock.Anything).Return(nil, nil)
|
||||
|
||||
go sm.Run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue