generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Good day. Some DataResponse
methods cause the response body to be formatted. This causes a marker to be placed about it. But also some immutable methods reset this marker, which leads to repeated formatting. This can lead to both additional processing of large amounts of data or to an error in case of using a "one way" iterator. I think it is necessary to make either an additional marker for the body or not format the body before directly outputting it. Thanks in advance