mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Use size_t when checking string lengths
strlen returns size_t so we should use the correct types
This commit is contained in:
strlen returns size_t so we should use the correct types