Code

frontend: Be more robust in case of failed connections.
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 20:15:03 +0000 (22:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 20:15:03 +0000 (22:15 +0200)
commitdd1d464a861fde95087a72038512561e10dddd51
treec3c22ac753607b0e65475285d3ba5dc35bd44016
parent3a61ffc8d3d061ee69e7b71d92cf1a036350012c
frontend: Be more robust in case of failed connections.

Make sure not to write to a failed connection, most notably, don't try to log
to a failed connection.
src/frontend/connection.c
src/frontend/sock.c