Re: [htdig3-dev] Is proxy support broken?


Subject: Re: [htdig3-dev] Is proxy support broken?
From: Gabriele Bartolini (g.bartol@comune.prato.it)
Date: Thu Dec 02 1999 - 07:42:27 PST


>>void HtHTTP::SetRequestCommand(String &cmd)
>>{
>>
>> // Initialize it
>>
>> cmd << _url.path() << " HTTP/1.1\r\n";
>>===============================================
>>Here ^^^ should be check
>>
>>if (<it's proxy>) {
>> cmd << _url.get() << " HTTP/1.1\r\n";
>>} else
>> cmd << _url.path() << " HTTP/1.1\r\n";
>

Ciao, it's not broken ... the proxy setting regards the connection, not the
HTTP request ...

I don't know if I'll have the time to give it a look, but I seem to
remember it's this way ...

-Gabriele

-------------------------------------------------

Gabriele Bartolini
U.O. Rete Civica - Comune di Prato
Prato - Italia - Europa

e-mail: g.bartol@comune.prato.it
http://www.po-net.prato.it

"Life teaches you never stop learning ..."

-------------------------------------------------

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
htdig3-dev-unsubscribe@htdig.org
You will receive a message to confirm this.



This archive was generated by hypermail 2b28 : Thu Dec 02 1999 - 07:57:21 PST