Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.4.0 Beta3
-
None
-
25
-
3bdfbdf21 (dev), 0f8e9ee9f (6.8)
-
Foundation Sprint 111, Foundation Sprint 112
Description
The after request handlers are only executed for requests that were processed by route handlers that were not accepting QHttpServerResponder. To fix that code needs to be refactored, so that QHttpServerResponder allows only sending complete responses. Or at least that exception should be documented.