Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoorWSGI: I/O operation on closed file #21

Open
ondratu opened this issue Feb 22, 2023 · 0 comments
Open

PoorWSGI: I/O operation on closed file #21

ondratu opened this issue Feb 22, 2023 · 0 comments
Labels

Comments

@ondratu
Copy link
Contributor

ondratu commented Feb 22, 2023

Traceback (most recent call last):
 File "/usr/local/lib/python3.8/site-packages/poorwsgi/wsgi.py", line 1050, in _call_
 return self._request_(env, start_response)
 File "/usr/local/lib/python3.8/site-packages/poorwsgi/wsgi.py", line 1042, in _request_
 return response(start_response) # return bytes generator
 File "/usr/local/lib/python3.8/site-packages/poorwsgi/response.py", line 199, in _call_
 return self._end_of_response_()
 File "/usr/local/lib/python3.8/site-packages/poorwsgi/response.py", line 194, in _end_of_response_
 self.__buffer.seek(0)
 ValueError: I/O operation on closed file. 
@ondratu ondratu added the bug label Feb 22, 2023
@ondratu ondratu added this to PoorHTTP Feb 22, 2023
@github-project-automation github-project-automation bot moved this to Todo in PoorHTTP Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant