mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Preliminary h2 flow control support
Existing tests pass. A number of things remain to be done. Has only been tested with Gun so far. Feedback welcome!
This commit is contained in:
parent
304e3efbf8
commit
f3e5f3e410
5 changed files with 232 additions and 64 deletions
|
@ -88,7 +88,7 @@
|
|||
-export_type([cookie_opts/0]).
|
||||
|
||||
-type read_body_opts() :: #{
|
||||
length => non_neg_integer() | infinity,
|
||||
length => non_neg_integer(),
|
||||
period => non_neg_integer(),
|
||||
timeout => timeout()
|
||||
}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue