You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Issuing a DownloadResponse with the DebugToolbar causes a type error when the toolbar attempts to pass total_execution which hasn't been calculated because of the direct Response return.
Describe the bug
Issuing a DownloadResponse with the DebugToolbar causes a type error when the toolbar attempts to pass total_execution which hasn't been calculated because of the direct Response return.
CodeIgniter 4 version
Latest develop
Affected module(s)
DownloadResponse, DebugToolbar, ToolbarFilter
Expected behavior, and steps to reproduce if appropriate
In a controller with DebugToolbar enabled call
return $this->response->download($filename)
.The text was updated successfully, but these errors were encountered: