Hi,
It seems that last change in src\HttpHeader.c httpHeaderReset()
is not very good.
Was:
================================
int
httpHeaderReset(HttpHeader * hdr)
{
http_hdr_owner_type ho;
assert(hdr);
ho = hdr->owner;
==================================
Now:
int
httpHeaderReset(HttpHeader * hdr)
{
http_hdr_owner_type ho = hdr->owner;
assert(hdr);
ho = hdr->owner;
==================================
SY,
Evgeny Kotsuba
___________________
Посмотрел "Матрицу-2" - не понравилось, зато поднял 40% на акциях РАО ЕЭС:
http://www.rambler.ru/nettrader/
Received on Sun May 25 2003 - 11:54:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:57 MST