fr_strerror());
return -1;
}
-
- if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %d",
- request->reply->data_len, MAX_PACKET_LEN);
- }
-
return 0;
}
return -1;
}
- if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %d",
- request->reply->data_len, MAX_PACKET_LEN);
- }
-
return 0;
}
#endif
return -1;
}
- if (request->proxy->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %d",
- request->proxy->data_len, MAX_PACKET_LEN);
- }
-
return 0;
}
#endif
}
if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %d",
+ RWDEBUG("Packet is large, and possibly truncated - %zd vs max %d",
request->reply->data_len, MAX_PACKET_LEN);
}
}
if (request->proxy->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %d",
+ RWDEBUG("Packet is large, and possibly truncated - %zd vs max %d",
request->proxy->data_len, MAX_PACKET_LEN);
}