# File lib/httpclient/timeout.rb, line 48
      def cancel
        @lock.synchronize do
          @thread = nil
        end
      end