diff --git a/src/bt_peer_connection.cpp b/src/bt_peer_connection.cpp index eb36e177b..09e5a14b4 100644 --- a/src/bt_peer_connection.cpp +++ b/src/bt_peer_connection.cpp @@ -1606,6 +1606,9 @@ namespace libtorrent #endif m_statistics.received_bytes(0, received); + // What's going on here?! + // break in debug builds to allow investigation + TORRENT_ASSERT(false); disconnect(errors::invalid_message); return packet_finished(); }