Pattern
Request Backpressure Missing
stream-accepts-after-limit
A recurring streaming-control issue where the system accepts or continues processing data after an explicit limit or completion signal, wasting server resources; fixes typically enforce “stop reading/close/abort” and consistent async lifecycle handling.