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