convertLongTimeoutToIntWithInfiniteAsZero
Converts a long timeout in milliseconds to int value. To do that, we need to consider HttpTimeoutConfig.INFINITE_TIMEOUT_MS as zero and convert timeout value to Int.