Fix bug related to --4xx-to-unique-count flag logic.#2801
Merged
allinurl merged 1 commit intoallinurl:masterfrom Mar 11, 2025
Merged
Fix bug related to --4xx-to-unique-count flag logic.#2801allinurl merged 1 commit intoallinurl:masterfrom
--4xx-to-unique-count flag logic.#2801allinurl merged 1 commit intoallinurl:masterfrom
Conversation
…ique-count` flag is specified. The bug was introduced in commit 6d2cb7e.
Owner
|
Thanks for pointing that out. It's been merged. |
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Mar 28, 2025
PR: 285718 Approved by: adamw Obtained from: allinurl/goaccess#2693 Obtained from: allinurl/goaccess#2739 Obtained from: allinurl/goaccess#2801 Sponsored by: Cybertrust Japan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I specified the flag
--4xx-to-unique-countI expected to see non-zero visitors for 4xx requests in dashboard, but nothing changed.Fixed bug with incorrectly checked 4xx status codes when
--4xx-to-unique-countflag is specified.The bug was introduced in commit 6d2cb7e.