Fix on the m_buf generation: avoid padding before request body

This commit is contained in:
Felipe Zimmerle
2017-12-04 12:16:19 -03:00
parent d56345084d
commit 8c2edc6a93

View File

@@ -1534,7 +1534,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");