diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-08-12 21:33:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-08-12 21:33:20 +0100 |
commit | 8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce (patch) | |
tree | 83c2503e614a75b84568cd86255404cf5bd3d807 /src | |
parent | 69959a3edb7bc3f7a4cc369242c14e04e7ddb543 (diff) | |
download | rspamd-8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce.tar.gz rspamd-8cc17f8819f91c55b5214c3e0e4f3ddb820c8cce.zip |
[Minor] Fix formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/libserver/http/http_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |