logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit c7a4a58d2cf685423c4ee3a83f0e171416c616a2
parent 7bccb00d0fdd23f8b487b3ef8228cdc1463d7493
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Sat, 19 Dec 2015 15:47:49 +0100

Re-ordering methods for the same reason

Diffstat:
Msrc/definitions.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/definitions.c b/src/definitions.c @@ -30,10 +30,10 @@ char *continentsNames[] = { }; char *methods[] = { - "OPTIONS", "GET", - "HEAD", "POST", + "HEAD", + "OPTIONS", "PUT", "DELETE", "TRACE",