http_proxy client
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-10-22 23:23:24
|
>>>>> "AM" == Alexey Morozov <mo...@no...> writes: AM> I had to change certain in the client.c and socket-client.h. Alex, AM> please review it and tell if it's Ok. Additional comment: you can see how the network-clients could be put on top of each other, if you search for the "create_logging_client()" in client.c. (Though current usage is slightly wrong, because you shouldn't explicitly call the particular_client->connect(particular_client); the /* connect() to remote host or something similar. */ ncli->connect(ncli); line is everything that is needed. I'll fix that. Otherwise, logging-client is a good example of actually stackable client. --alexm |