0
Fork 0
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:
Loïc Hoguin 2017-05-19 20:18:00 +02:00
parent 304e3efbf8
commit f3e5f3e410
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
5 changed files with 232 additions and 64 deletions

View file

@ -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()
}.