From c56bada509a448348ba724841a27abed201b4861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 24 Sep 2014 15:03:10 +0300 Subject: Remove the error tuple return value for middlewares It wasn't interesting compared to simply returning a halt tuple with an explicit reply. --- ROADMAP.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index ad684ec..1f3c51a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -38,11 +38,6 @@ callbacks will be removed in favor of a unified `terminate/3`. The `terminate/3` callback will become optional. -### Middlewares - -The error tuple return value brings little value compared to -the halt tuple. The error tuple will therefore be removed. - ### Hooks The interface of the `onresponse` hook will change. There has -- cgit v1.2.3