]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Correctly disable HTTP Expect header usage of libcurl
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 20 Feb 2012 21:34:52 +0000 (22:34 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 21 Feb 2012 19:48:33 +0000 (20:48 +0100)
commit0b09b474f7bdfe6013284f415a8965844647842d
treebb6ef5050d19a0c69294495e82b55ec8dcd86ab6
parentc4c68b0025243eb7de39153ab97c1223f5e7ef7e
esx: Correctly disable HTTP Expect header usage of libcurl

Adding "Expect:" to the header list stops libcurl from sending a
Expect header at all.

Before, a dummy Expect header was added that might confuse HTTP
proxies and result in HTTP error code 417 being reported.
src/esx/esx_vi.c