mysql
mysql copied to clipboard
Optimization: channel long reads
Currently, channel performs 2 read operations per packet. Add some buffering strategy, as Boost.Beast does, so we can perform fewer read calls.