Skip to content

Commit 8c2edc6

Browse files
author
Felipe Zimmerle
committed
Fix on the m_buf generation: avoid padding before request body
1 parent d563450 commit 8c2edc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transaction.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,6 @@ std::string Transaction::toBuf() {
15341534
a.append("\n");
15351535
}
15361536

1537-
a.append("\n\n");
15381537
if (this->m_requestBody.str().length() > 0) {
15391538
a.append(this->m_requestBody.str().c_str());
15401539
a.append("\n\n");

0 commit comments

Comments
 (0)