class Protocol::HTTP::Body::Writable
def empty?
Indicates whether the body is empty. This can occur if the body has been closed, or if the producer has invoked {close_write} and the reader has consumed all available chunks.
def empty? @queue.empty? && @queue.closed? end