diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-23 14:48:34 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-23 14:48:34 +0100 |
commit | abeb180044e33c529d1aa736958321d2e0ef11ec (patch) | |
tree | 7d376101fc1db956bf0d832db114d7ae792bc582 /src/libutil/http.h | |
parent | 08ca16a01e7a39cd733f1de6cf77c81fd7ad6e2d (diff) | |
download | rspamd-abeb180044e33c529d1aa736958321d2e0ef11ec.tar.gz rspamd-abeb180044e33c529d1aa736958321d2e0ef11ec.zip |
Fix issue with read event in http server.
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 8af4429c6..a76135616 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -101,6 +101,7 @@ struct rspamd_http_connection { gpointer ud; enum rspamd_http_options opts; enum rspamd_http_connection_type type; + gboolean finished; gint fd; gint ref; }; |