python3-gevent: fix syntax error in cve patch

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-10-24 13:04:47 +02:00
parent 5c7400ca76
commit 8c59686618
@@ -356,7 +356,7 @@ index 0ebe095..078398a 100644
+ # we can't be sure we can synchronize and properly parse the next
+ # request.
+ raise
+ except socket.error
+ except socket.error:
+ # Don't let socket exceptions during discarding
# input override any exception that may have been
# raised by the application, such as our own _InvalidClientInput.