Changes between Version 3 and Version 4 of Ticket #29427, comment 10
- Timestamp:
- Jul 28, 2019, 3:28:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29427, comment 10
v3 v4 1 1 Claude's patch looks fine but doesn't seem to address the underlying issue. (Why is a response not returned when/if the request doesn't have a body set?) 2 2 3 I attached a project using the `HandleDataTooBigMiddleware` but failing to reproduce the issue. 3 > ...Middlewares intercepting this exception never generate a valid response. 4 5 I attached a project using the `HandleDataTooBigMiddleware` but failing to reproduce the issue. i.e. a valid response is generated. 4 6 5 7 `DEBUG=TRUE`: Expected debug error page.