diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-24 22:13:03 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-24 22:13:03 +0300 |
| commit | 99ab6e02dae6eeab41bf5013b79583becb111f72 (patch) | |
| tree | b87ac79e77d850d47f8fcb3550645cb82faf21b0 /main.py | |
| parent | ac3f5838a59e353eab21597b758c8bf01ea0ac11 (diff) | |
| download | httpy-99ab6e02dae6eeab41bf5013b79583becb111f72.tar.gz httpy-99ab6e02dae6eeab41bf5013b79583becb111f72.zip | |
*Proceeds to ignore SSL EOF Error*
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py index 176089f..75f9064 100644 --- a/main.py +++ b/main.py @@ -262,6 +262,8 @@ class HTTPServer: return self.sock.accept()[0] except BlockingIOError: time.sleep(0.005) + except ssl.SSLEOFError: + pass # i d c return None |