]> git.ipfire.org Git - thirdparty/starlette.git/commit
Do not send empty data to `StreamingResponse` on `BaseHTTPMiddleware` (#1609)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 6 May 2022 06:03:16 +0000 (08:03 +0200)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 06:03:16 +0000 (08:03 +0200)
commitb8ea367b4304a98653ec8ce9c794ad0ba6dcaf4b
tree686cff5e19c4532c014a00fd068d087cef153cf5
parentbeb8943eef8618ccadacd24e8b4d41c7a7456f51
Do not send empty data to `StreamingResponse` on `BaseHTTPMiddleware` (#1609)

Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
starlette/middleware/base.py