[Sqlalchemy-tickets] Issue #3021: SSL EOF not detected as disconnect in psycopg2 (zzzeek/sqlalchemy
Brought to you by:
zzzeek
|
From: Andrew S. <iss...@bi...> - 2014-04-14 10:06:25
|
New issue 3021: SSL EOF not detected as disconnect in psycopg2 https://bitbucket.org/zzzeek/sqlalchemy/issue/3021/ssl-eof-not-detected-as-disconnect-in Andrew Suffield: PGDialect_psycopg2.is_disconnect does not recognise the string "SSL SYSCALL error: EOF detected" as a disconnect error, with all the chaos that usually causes. This is the error I get when using postgres 9.3 and the connection goes away below an ssl connection |