You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug read_packet use skt_->read to read packet length, not skt_->read_fully. for client not using tcp_no_delay option, this may lead to read wrong packet length.
Describe the bug
read_packetuseskt_->readto read packet length, notskt_->read_fully. for client not usingtcp_no_delayoption, this may lead to read wrong packet length.Version
5 and 6