falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

test(asgi): correctly read large bodies chunked server-side #2028

Closed kgriffs closed 2 years ago

kgriffs commented 2 years ago

Test that in the absence of chunked Transfer-Encoding Falcon correctly handles server-side chunking due to flow control (e.g. https://github.com/encode/uvicorn/blob/90acede056f75a337ef023c4ae335d0d6e33d142/uvicorn/protocols/http/flow_control.py#L13).

codecov[bot] commented 2 years ago

Codecov Report

Merging #2028 (9237bc2) into master (0e22527) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2028   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6714      6714           
  Branches      1243      1243           
=========================================
  Hits          6714      6714           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e22527...9237bc2. Read the comment docs.