>>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: [EMAIL PROTECTED]
http://www.po-net.prato.it

"Life teaches you never stop learning ..."

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

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to