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
Template: reuse LazyResponse for rendered response
Previously, only status, headers, and content type are passed to the
final rendered response. After this change, the LazyResponse is
preserved and only has its body changed after rendering. This allows
for, e.g., setting cookie for the LazyResponse.
0 commit comments