# File lib/phusion_passenger/utils/unseekable_socket.rb, line 136 def read(*args) @socket.read(*args) rescue => e raise annotate(e) end