Hi,
C++ version already work,
http://www.laser.ru/evgen/soft/Squid2/index_l.html
Also only for OS/2, but there is relatively small os-specific code
exept fact that there are no forks and file handles and sockets are
different entyties.
The single thing that I asked was DO NOT USE C++ KEYWORDS IN YOUR CODE
!!!!
What is the fucking code in latest client_side_reply.c by hno and
robertc
==========================================================
* $Id: client_side_reply.c,v 1.13 2002/10/03 09:47:58 hno Exp $
void
clientReplyFree(void *data)
{
clientReplyContext *this = data;
clientRemoveStoreReference(this, &this->sc, &this->http->entry);
/* old_entry might still be set if we didn't yet get the reply
* code in clientHandleIMSReply() */
clientRemoveStoreReference(this, &this->old_sc,
&this->http->old_entry);
safe_free(this->tempBuffer.data);
cbdataReferenceDone(this->http);
}
===========================================================
I wrote to it to squid-dev@squid-cache.org, I made subscribtion to
squid-dev some times but was not subcribed, and have shrug off this
Why talk nonsense and do nothing ?
Make your base compiler C++ and/or rename all *.c to *.cpp and you
will have 99% C++ code. Rename all those fucking variables with C++
keywords names and you will have 0.4% more. Put all non-obligation in
C type conwersions and you will have 0.59% more
SY,
Evgeny Kotsuba
Received on Thu Oct 10 2002 - 03:10:55 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:55 MST