(http client + sentry minidump upload) Multipart stream closing boundary is invalid + mark some options as mandatory in the command line toolsj

This commit is contained in:
Benjamin Sergeant
2020-02-13 12:25:18 -08:00
parent 1bb847a51c
commit 45061b0b14
5 changed files with 8 additions and 5 deletions

View File

@ -648,7 +648,7 @@ namespace ix
<< it.second << "\r\n";
}
ss << "--" << multipartBoundary << "\r\n";
ss << "--" << multipartBoundary << "--\r\n";
return ss.str();
}

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "8.0.7"
#define IX_WEBSOCKET_VERSION "8.1.0"