class Yajl::HttpStream

def terminate

Terminate a running HTTPStream instance
def terminate
  @intentional_termination = true
  @socket.close
end