mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed #1557. don't try to send empty message
This commit is contained in:
@@ -303,6 +303,7 @@ namespace tunnel
|
|||||||
{
|
{
|
||||||
for (auto& msg : msgs)
|
for (auto& msg : msgs)
|
||||||
{
|
{
|
||||||
|
if (!msg.data) continue;
|
||||||
switch (msg.deliveryType)
|
switch (msg.deliveryType)
|
||||||
{
|
{
|
||||||
case eDeliveryTypeLocal:
|
case eDeliveryTypeLocal:
|
||||||
|
|||||||
Reference in New Issue
Block a user