Commits on Source (4)
-
FD must be positive `int`. The test in unsigned space is equivalent to `fd < 0 || fd > INT_MAX`, but: - it is faster and, - it will not cause impossible predicate warnings on platforms where `INT_MAX` equals `LONG_MAX`.
83cba1b2 -
This accepts a lone ':', which is not followed by two forward slashes if the URL lacks a host part.
f6179681 -
This reverts commit de9d757d. This kludge is no longer necessary.
70a6d76c
Showing