Subject: Re: [htdig3-dev] Is proxy support broken?
From: Geoff Hutchison (ghutchis@wso.williams.edu)
Date: Thu Dec 02 1999 - 07:08:50 PST
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
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:23:01 PST