From 01f57ad65d7c75fb455f48e354bb3a328c472ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 7 Jan 2013 22:42:16 +0100 Subject: Add optional automatic response body compression This behavior can be enabled with the `compress` protocol option. See the `compress_response` example for more details. All tests are now ran with and without compression for both HTTP and HTTPS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1441fc..33ea27a 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ autobahn: build-plt: app @dialyzer --build_plt --output_plt .$(PROJECT).plt \ - --apps kernel stdlib sasl inets crypto public_key ssl deps/ranch + --apps erts kernel stdlib sasl inets crypto public_key ssl deps/ranch dialyze: @dialyzer --src src --plt .$(PROJECT).plt --no_native \ -- cgit v1.2.3