From: Kir Kolyshkin (no email)
Date: Tue Nov 27 2001 - 09:11:46 EST
Thank you for the patch, fixed in CVS.
Next time please send unified diff ;)
Jan Karabina wrote:
>
> I found bug in parse.cpp
>
> INDEX never does HEAD requests when connecting directly to server (it is
> OK with proxy).
>
> --
> Jan Karabina mailto: (private: )
>
> aspseek-1.2.6, parse.cpp:
>
> 1296c1296
> < sprintf(request,"%s %s%s HTTP/1.0\r\n%s", "GET", m_path, m_filename, extra);
> ---
> > sprintf(request,"%s %s%s HTTP/1.0\r\n%s", Method == HEAD ? "HEAD" : "GET", m_path, m_filename, extra);
-- ICQ 7551596 Phone +7 903 6722750 Hard work may not kill you, but why take chances? --
|
|
|