gforcada / haproxy_log_analysis

HAProxy log analyzer
https://pypi.org/project/haproxy_log_analysis
GNU General Public License v3.0
88 stars 35 forks source link

Fix filter_path if request path is None #4

Closed bogdangi closed 10 years ago

gforcada commented 10 years ago

The path should never be None. The regular expression that parses it was wrong, it's fixed on https://github.com/gforcada/haproxy_log_analysis/commit/bce467bdd64b2cb01ce0ac4a4b2e7eaf45c21320, so no need to merge this pull request.