aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-26 18:19:54 +0200
committerLoïc Hoguin <[email protected]>2019-09-26 18:21:02 +0200
commit70522ac15a6a3fbcbe8471dcdfb43baff6fd5902 (patch)
tree076828259730decd5d78ae315f0fe82a87c2d48a /src/gun.erl
parent1b7501163cff86b9f2996e3266a1bfb68f534f0a (diff)
downloadgun-70522ac15a6a3fbcbe8471dcdfb43baff6fd5902.tar.gz
gun-70522ac15a6a3fbcbe8471dcdfb43baff6fd5902.tar.bz2
gun-70522ac15a6a3fbcbe8471dcdfb43baff6fd5902.zip
Document the cow_http2_machine options
The details are not given for now. The best would be to document them in Cowlib and refer to that documentation instead of duplicating the information in both the Gun and Cowboy manuals.
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gun.erl b/src/gun.erl
index c596764..a72cc85 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -202,6 +202,7 @@
max_encode_table_size => non_neg_integer(),
max_frame_size_received => 16384..16777215,
max_frame_size_sent => 16384..16777215 | infinity,
+ max_stream_buffer_size => non_neg_integer(),
max_stream_window_size => 0..16#7fffffff,
preface_timeout => timeout(),
settings_timeout => timeout(),