# File lib/rack/rewindable_input.rb, line 14
    def initialize(io)
      @io = io
      @rewindable_io = nil
      @unlinked = false
    end