aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-10-04 15:15:16 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-10-04 15:15:16 +0200
commitca70c2ae2217e20cebfe3b8a7aa967cba20e5b4f (patch)
tree558875d2815bb24d1afbf84ee23fe70e4fb3b8d6 /include
parent872bfc2f8faf2000703f26ebb88a68ab0f356a7d (diff)
http.c: Avoid isspace(3) in get_boundary
According to POSIX.1-2008, this function is sensitive to the system locale, which might then have different definitions for a whitespace character. Therefore, it is safer to only check against ' ' so as to remove such a dependency.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions