diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-13 17:40:15 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-13 17:40:15 +0000 |
commit | f16357c9ac57de02a6f3a2c67774aa4976329d71 (patch) | |
tree | defa261880fb773943752dbfa63f94cf6e5816c4 /src/http.c | |
parent | 6e61846cdac04d690a1ebaf0ca7fc2862efb2b0c (diff) | |
download | rspamd-f16357c9ac57de02a6f3a2c67774aa4976329d71.tar.gz rspamd-f16357c9ac57de02a6f3a2c67774aa4976329d71.zip |
Implement HTTP session for normal worker.
Diffstat (limited to 'src/http.c')
-rw-r--r-- | src/http.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http.c b/src/http.c index 2d76ed092..fff780e0f 100644 --- a/src/http.c +++ b/src/http.c @@ -639,11 +639,6 @@ rspamd_http_connection_reset (struct rspamd_http_connection *conn) g_slice_free1 (sizeof (struct iovec) * priv->outlen, priv->out); priv->out = NULL; } - - /* Clear conn itself */ - if (conn->fd != -1) { - close (conn->fd); - } } void |