Re: Does curl-loader support HTTP 1.0 ?
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-12-29 11:27:12
|
Hi Meenakshi, On Mon, Dec 29, 2008 at 12:52 PM, meenakshi syamkumar <mee...@gm...> wrote: > Hi, > > I tried what you had suggested. But still only HTTP 1.1 requests are being > sent. > > Can you please explain it more. I need to konw what should my configuration > file contain [if it should be compatible with HTTP 1.0]. > Thanks It is not an issue of a configuration file. If you have placed an option to force 1.0, curl_easy_setopt (handle, CURLOPT_HTTP_VERSION , CURL_HTTP_VERSION_1_0); and still 1.0 is not sent it means, that some other curl_easy_setopt option in: setup_curl_handle_init () or setup_curl_handle_appl () forces it back to 1.1. You may wish to try and comment them one by one to to find, which makes a problem. -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... Assistive technology that understands you ...................................................................... |