From 611f9a9b78cab4005892e13dffb7a2c8e44580ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 2 Aug 2019 14:30:08 +0200 Subject: Add flow control Flow control is disabled by default. The initial flow value must be set to enable it (either for the entire connection or on a per-request basis). Flow applies to all HTTP streams as well as Websocket. HTTP/2 pushed streams receive the same value as their originating stream. --- test/sse_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sse_SUITE.erl') diff --git a/test/sse_SUITE.erl b/test/sse_SUITE.erl index f950bf7..dc46311 100644 --- a/test/sse_SUITE.erl +++ b/test/sse_SUITE.erl @@ -31,7 +31,7 @@ end_per_suite(Config) -> init_routes() -> [ {"localhost", [ - {"/clock", sse_clock_h, []}, + {"/clock", sse_clock_h, date}, {"/lone_id", sse_lone_id_h, []} ]} ]. -- cgit v1.2.3