Fix on the m_buf generation: avoid padding before request body

This commit is contained in:
Felipe Zimmerle
2017-03-16 11:22:02 -03:00
parent 1f70e3f7e4
commit 2e068428ea

View File

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