Fix warning
authorDennis Schafroth <dennis@indexdata.com>
Fri, 23 Dec 2011 09:43:04 +0000 (10:43 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Fri, 23 Dec 2011 09:43:04 +0000 (10:43 +0100)
src/http.c

index ef88f17..456d69b 100644 (file)
@@ -1097,6 +1097,7 @@ static void proxy_io(IOCHAN pi, int event)
         default:
             yaz_log(YLOG_WARN, "Unexpected event on connection");
             http_channel_destroy(hc->iochan);
+            break;
     }
 }