Skip to content

Conversation

@bagder
Copy link
Member

@bagder bagder commented May 31, 2022

  • reduce variable sizes
  • remove unused fields

@bagder bagder added the tidy-up label May 31, 2022
bagder added 3 commits May 31, 2022 13:42
- is_fwrite_set
- free_referer
- strip_path_slash

Closes #8940
When the values are never larger than 32 bit, ints are better than longs.

Closes #8940
They can't be set larger than INT_MAX in the setsocket API calls.

Also document the max values in their respective man pages.

Closes #8940
@bagder bagder force-pushed the bagder/is_fwrite_set branch from b66f48e to 6584d5c Compare May 31, 2022 11:42
@bagder bagder closed this in b1c1df0 Jun 1, 2022
bagder added a commit that referenced this pull request Jun 1, 2022
When the values are never larger than 32 bit, ints are better than longs.

Closes #8940
bagder added a commit that referenced this pull request Jun 1, 2022
They can't be set larger than INT_MAX in the setsocket API calls.

Also document the max values in their respective man pages.

Closes #8940
@bagder bagder deleted the bagder/is_fwrite_set branch June 1, 2022 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant