At 2:28 PM +0200 12/2/99, Vadim Chekan wrote:
>Is proxy support broken in the 3.2?
>
> >From htnet/HtHTTP.cc
>===============================================
>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";
Yes, it looks that way. I made a note of it and if no one gets to it
by later today, I'll take care of it. The proper logic would be in
the 3-1-x branch in htdig/Document.cc.
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.