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
fix: prevent re-sending http.response.start on streaming responses
send_wrapper was re-sending http.response.start on every body chunk,
which breaks streaming responses like FileResponse that send multiple
chunks. Now it only sends the start message once.
0 commit comments