From e7a65406a7e429a6fb46465fd4a9a0c3d66d442a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 19 Jul 2017 18:42:44 +0200 Subject: Remove the broken examples Hooks are gone, and we won't be able to stream body in REST in Cowboy 2.0-rc.1, and might not in 2.0 either. That is, other than via halting the processing. --- examples/error_hook/relx.config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 examples/error_hook/relx.config (limited to 'examples/error_hook/relx.config') diff --git a/examples/error_hook/relx.config b/examples/error_hook/relx.config deleted file mode 100644 index 1f87524..0000000 --- a/examples/error_hook/relx.config +++ /dev/null @@ -1,2 +0,0 @@ -{release, {error_hook_example, "1"}, [error_hook]}. -{extended_start_script, true}. -- cgit v1.2.3