Skip to content

Commit

Permalink
WTF?
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Feb 23, 2011
1 parent dabbca1 commit ecdd764
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/kirk/server/input_stream.rb
Expand Up @@ -85,15 +85,13 @@ def rewind
end

def close
p [ :CLOSE ]
@io.close
end

def recycle
p [ :RECYCLE ]
@io.close

BUFFER_POOL.put(@byte_buffer)
BUFFER_POOL.put(@buffer)

@buffer, @io = nil, nil
end
Expand Down

0 comments on commit ecdd764

Please sign in to comment.