# File lib/phusion_passenger/utils/unseekable_socket.rb, line 183 def each(&block) return if @simulate_eof @socket.each(&block) rescue => e raise annotate(e) end