Apply response Middleware always

Response middleware are useful to apply some post-process information, just before send to the user. For example: Add some HTTP headers (security headers, for example), remove "Server" banner (for security reasons) or cookie management. 

The change is very very simple: although an "request" middleware has produced any response, we'll even apply the response middlewares.
This commit is contained in:
cr0hn 2016-12-23 15:59:04 +01:00 committed by GitHub
parent ef9d8710f5
commit 5afae986a0