diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-22 20:55:28 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-07-22 20:55:28 +0400 |
commit | cba8f14abab46234da3089aff075887757ca2afa (patch) | |
tree | 3c0a4b76e4e18bd1646d59510b2c7fb84ba35a4a /src/map.c | |
parent | ecc3b51cfdd7aecdb7a02791424d8e8cfcd22453 (diff) | |
download | rspamd-cba8f14abab46234da3089aff075887757ca2afa.tar.gz rspamd-cba8f14abab46234da3089aff075887757ca2afa.zip |
* Add received headers parser
Diffstat (limited to 'src/map.c')
-rw-r--r-- | src/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ parse_http_reply (u_char *chunk, size_t len, struct http_reply *reply) { u_char *s, *p, *err_str, *tmp; p = chunk; + s = chunk; while (p - chunk < len) { switch (reply->parser_state) { |