# File lib/typhoeus/easy.rb, line 209
def
supports_zlib?
!
!
(
curl_version
.
match
(
/zlib/
))
end