# File lib/phusion_passenger/utils/unseekable_socket.rb, line 119
        def write_nonblock(string)
                @socket.write_nonblock(string)
        rescue => e
                raise annotate(e)
        end