# File lib/em-http/decoders.rb, line 117 def readbyte if (@pos + 1) <= @data.size @pos += 1 @data.getbyte(@pos - 1) end end