From 292e732abf6ae07d0c82e9e46c154987710a5bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 2 Oct 2017 10:46:45 +0200 Subject: Fix the documentation for the command flow --- src/cowboy_stream.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cowboy_stream.erl') diff --git a/src/cowboy_stream.erl b/src/cowboy_stream.erl index b0a55f8..f360a08 100644 --- a/src/cowboy_stream.erl +++ b/src/cowboy_stream.erl @@ -34,7 +34,7 @@ | {data, fin(), iodata()} | {push, binary(), binary(), binary(), inet:port_number(), binary(), binary(), cowboy:http_headers()} - | {flow, auto | integer()} + | {flow, pos_integer()} | {spawn, pid(), timeout()} | {error_response, cowboy:http_status(), cowboy:http_headers(), iodata()} | {switch_protocol, cowboy:http_headers(), module(), state()} -- cgit v1.2.3