From a3262faeeb05bccc72973c743e894ed0940dd4ae Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 5 Apr 2014 16:45:06 -0700 Subject: Add compatibility layer with old spamc. --- contrib/http-parser/http_parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/http-parser/http_parser.h') diff --git a/contrib/http-parser/http_parser.h b/contrib/http-parser/http_parser.h index 1a91c23f2..a322634f1 100644 --- a/contrib/http-parser/http_parser.h +++ b/contrib/http-parser/http_parser.h @@ -110,6 +110,9 @@ typedef int (*http_cb) (http_parser*); /* RFC-5789 */ \ XX(24, PATCH, PATCH) \ XX(25, PURGE, PURGE) \ + /* SPAMC compatibility */ \ + XX(26, SYMBOLS, SYMBOLS) \ + XX(27, CHECK, CHECK) enum http_method { -- cgit v1.2.3