commit f762c741121a89c387071563b167e8f580bedb8f parent f74cb7454fb9a69bf1357857069cb1d81c6bf012 Author: Frederic Cambus <fred@statdns.com> Date: Sun, 14 Oct 2018 20:34:36 +0200 Enable support for parsing HTTP/2.0 requests, for real this time Diffstat:
M | src/config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config.h b/src/config.h @@ -25,7 +25,7 @@ enum { CONTINENTS = 7, COUNTRIES = 251, METHODS = 9, - PROTOCOLS = 2 + PROTOCOLS = 3 }; extern char *continentsId[];