Hash
When parsing chunked encodings this is set
Size of the chunk as an integer
# File lib/em-http/client.rb, line 77 def chunk_size @http_chunk_size.to_i(base=16) end
# File lib/em-http/client.rb, line 71 def initialize super @http_chunk_size = '0' end