abersheeran/a2wsgi

Possible WSGI spec incompliance (missing calls to close)

apollo13 opened this issue · 0 comments

After filing pgjones/hypercorn#154, I checked a2wsgi and if I read the code correctly, it has the same issue in

for chunk in self.app(environ, start_response):
-- ie it misses a call to close() if the response iter has it…