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

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Tue Apr 22 21:25:12 UTC 2008


Dan Smith wrote:
> 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.

Weird, I cloned a new tree and didn't have any problems applying.

> 
> Good job hunting this one down :)

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list