commit d807fb58fc311e07aea4d7ae36ba3a92752a8f73 parent 970f5cb53dee96d60b55312d5cba4bda37afea7f Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 23 Nov 2008 09:20:18 +0000 warning Diffstat:
| M | src/daemon/connection.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/daemon/connection.c b/src/daemon/connection.c @@ -1720,6 +1720,10 @@ MHD_connection_handle_write (struct MHD_Connection *connection) case MHD_TLS_HANDSHAKE_FAILED: EXTRA_CHECK (0); break; + default: + EXTRA_CHECK (0); + connection_close_error (connection); + return MHD_NO; } break; }