[Libguestfs] [PATCH v2 1/2] v2v: -o rhv-upload: Always fetch server options when opening the connection.

Richard W.M. Jones rjones at redhat.com
Tue Jun 26 07:50:19 UTC 2018


> > +    http.putrequest("OPTIONS", destination_url.path)
> > +    http.putheader("Authorization", transfer.signed_ticket)
> 
> +    http.endheaders()
> > +
> > +    r = http.getresponse()
> >
> 
> We should read the response data here to make sure we consume
> the entire response before sending hte nex

After simply rebasing, the rebase did the right thing here
(because you'd already made the changes above).

So I think we are good, and therefore I have pushed this patch only.

Thanks,

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list