Closed alex-anthropic closed 6 months ago
In https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/protocol/http_stream.py#L114 HTTPStream calls the access log with response=None causing a bad access
response=None
I backported test_abnormal_close_logging to anycorn, and strangely it fails on Trio and not on Windows. I might have done something wrong, but maybe you have ideas?
test_abnormal_close_logging
In https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/protocol/http_stream.py#L114 HTTPStream calls the access log with
response=None
causing a bad access