Outgoing connections now work in mingw driver.

This commit is contained in:
2021-10-08 16:38:10 -04:00
parent e7f55a2411
commit 760bd22874
6 changed files with 98 additions and 24 deletions

View File

@@ -337,6 +337,10 @@ public:
std::string read_string();
std::string read_string_limit(int64_t max_allowed);
// Read the entire contents of the buffer as a string.
//
std::string read_entire_contents();
// Overwrite values previously written to the buffer.
//
// See the comment at the top of this file for an explanation.