simplify creation of payload input stream
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpConnectionHandler.java
index 67dd65e..8594c79 100644 (file)
@@ -100,6 +100,7 @@ public class FcpConnectionHandler implements Runnable {
                                break;
                        }
                }
+               fcpConnection.handleDisconnect();
        }
 
        /**