# File lib/em-http/http_header.rb, line 43 def chunked_encoding? /chunked/i === self[HttpClient::TRANSFER_ENCODING] end