mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Initial WebTransport implementation
This implements the upcoming draft-13 but has bits to make it work with draft-02 that most (all?) Chromium versions use. Data and events are not going through cowboy_stream beyond init. Since this approach appears to work well it may be a good idea to do the same for Websocket over HTTP/2+ and improve its performance.
This commit is contained in:
parent
24d32de931
commit
58909b0144
13 changed files with 1574 additions and 22 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
|
|||
LOCAL_DEPS = crypto
|
||||
|
||||
DEPS = cowlib ranch
|
||||
dep_cowlib = git https://github.com/ninenines/cowlib 2.14.0
|
||||
dep_cowlib = git https://github.com/ninenines/cowlib webtransport
|
||||
dep_ranch = git https://github.com/ninenines/ranch 1.8.1
|
||||
|
||||
ifeq ($(COWBOY_QUICER),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue