class Protocol::HTTP::Body::Streamable

def close(*)

def close(*)
	if @body
		super
		
		@callback.call
		
		@body = nil
	end
end