From: Vsevolod Stakhov Date: Thu, 12 Aug 2021 20:33:20 +0000 (+0100) Subject: [Minor] Fix formatting X-Git-Tag: 3.0~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce;p=rspamd.git [Minor] Fix formatting --- diff --git a/src/libserver/http/http_connection.c b/src/libserver/http/http_connection.c index aaa34f44e..a24fe6de6 100644 --- a/src/libserver/http/http_connection.c +++ b/src/libserver/http/http_connection.c @@ -1878,10 +1878,10 @@ rspamd_http_message_write_header (const gchar* mime_type, gboolean encrypted, "Content-Length: %z\r\n", http_method_str(msg->method), (msg->flags & RSPAMD_HTTP_FLAG_SSL) ? "https" : "http", + host, msg->port, msg->url, conn_type, - host, bodylen); } else {