Fix on the m_buf generation: avoid padding before request body

This commit is contained in:
Felipe Zimmerle 2018-10-11 10:01:22 -03:00
parent 628c7d1697
commit 7fb937eabe
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -1603,7 +1603,6 @@ std::string Transaction::toBuf() {
a.append("\n");
}
a.append("\n\n");
if (this->m_requestBody.str().length() > 0) {
a.append(this->m_requestBody.str().c_str());
a.append("\n\n");