diff options
Diffstat (limited to 'src/cowboy_webtransport.erl')
-rw-r--r-- | src/cowboy_webtransport.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_webtransport.erl b/src/cowboy_webtransport.erl index 8c8ca39..7bcac55 100644 --- a/src/cowboy_webtransport.erl +++ b/src/cowboy_webtransport.erl @@ -277,6 +277,7 @@ handler_terminate(#state{handler=Handler, req=Req}, HandlerState, Reason) -> %% callback is not implemented. %% %% @todo Better type than map() for the cowboy_stream state. +%% @todo Is this really useful? -spec info(cowboy_stream:streamid(), any(), State) -> {cowboy_stream:commands(), State} when State::map(). |