Skip to content

Improve IO performance for standalone client and server

James Grogan requested to merge next_version_prep into devel

Improve IO performance for standalone client and server

  • Use direct system calls rather than STL streams for IO
  • Increase buffer size for Stream flush and socket recv
  • Reduce log level in curl callbacks

Merge request reports