We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
httpserver is checking OSError code for timeout: https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/blob/main/adafruit_httpserver/server.py#L274 so timeout should set ETIMEDOUT
ETIMEDOUT
socket accept should handle status SNSR_SOCK_LISTEN and SNSR_SOCK_CLOSE_WAIT
SNSR_SOCK_LISTEN
SNSR_SOCK_CLOSE_WAIT
#153
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
httpserver is checking OSError code for timeout: https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/blob/main/adafruit_httpserver/server.py#L274 so timeout should set
ETIMEDOUT
socket accept should handle status
SNSR_SOCK_LISTEN
andSNSR_SOCK_CLOSE_WAIT
#153
The text was updated successfully, but these errors were encountered: