Skip to content

feat: increment stat_refuse - #626

Merged
rofl0r merged 1 commit into
tinyproxy:masterfrom
mrbojangles3:update_stat_refuse
Sep 1, 2026
Merged

rofl0r merged 1 commit into
tinyproxy:masterfrom
mrbojangles3:update_stat_refuse

Conversation

@mrbojangles3

Copy link
Copy Markdown
Contributor

Closes #625

Comment thread src/child.c Outdated
if (sblist_getsize(childs) >= config->maxclients) {
if (!was_full)
if (!was_full){
update_stats (STAT_REFUSE);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation is 8 spaces in this project.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies. I have fixed this.

Signed-off-by: Logan Blyth <[email protected]>
@rofl0r
rofl0r merged commit ca60686 into tinyproxy:master Sep 1, 2026
4 checks passed
@mrbojangles3
mrbojangles3 deleted the update_stat_refuse branch September 1, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No notification of attempts > MAXClients

2 participants