logswan

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

commit 819af8b82ad16e343dea57346b38f93d6eb87975
parent 276c29a382eba143d93778c45f869c2e291315e6
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 15 Oct 2018 11:35:46 +0200

Update documentation (mention HTTP/2.0 support) and TODO

Diffstat:
MREADME.md | 2+-
MTODO | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -61,7 +61,7 @@ Currently implemented features: - GeoIP lookups (for both IPv4 and IPv6) - Hourly hits distribution - HTTP method distribution -- HTTP protocol (HTTP/1.0 or HTTP/1.1) distribution +- HTTP protocol (HTTP/1.0, HTTP/1.1, or HTTP/2.0) distribution - HTTP status codes distribution ## Dependencies diff --git a/TODO b/TODO @@ -1,2 +1 @@ -- Move maps of countries and continents to a separate file? - Add a switch to allow passing a custom path to DB files?