[Libvirt-cim] [PATCH] Fix indication_tester to send proper Content-Type

Dan Smith danms at us.ibm.com
Tue Apr 22 14:52:20 UTC 2008


KR> @@ -325,7 +325,8 @@
KR>          conn.request("POST", "/cimom", body, headers)
KR>          resp = conn.getresponse()
KR>          if not resp.getheader("content-length"):
KR> -            raise Exception("Authentication (or request) Failed!")
KR> +            raise Exception("Request Failed: %d %s" % 
KR> +                            (resp.status, resp.reason))

This hunk fails for me.

Good job hunting this one down :)

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms at us.ibm.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20080422/a8ca07a6/attachment.sig>


More information about the Libvirt-cim mailing list