Hi Robert,
I was hoping you'd take a few moments to clarify something for me in the 
TE code (rbcollins_filters branch from CVS fetched this afternoon). 
Forgive me if the question is a litte thick headed, as I'm learning as I go.
This bit in client_side.c:httpRequestFree has me puzzled:
     while (http->te_translations) {
         TE_list *tf = http->te_translations;
         http->te_translations = http->te_translations->next;
         xfree (tf);
     }
This is just running through a do nothing loop, incrementing through all 
of the http-> te_translations in the list, right?  If I'm missing 
something and this is doing something, please tell me what's happening, 
as I can't see it.  (Have I mentioned that I'm learning as I go? ;-)
I'm guessing this just hasn't really been written yet, since you've just 
begun work on the client_side.
I'm digging back in now, but I wanted to ask when I ran across it so I 
wouldn't forget about it.  I'm sure I'll be back with more questions as 
I get deeper into client_side and as I tackle http.
Anything I should be aware of, before actually trying to work within 
your filters framework?
Thanks.
Received on Mon Jan 22 2001 - 22:55:03 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:25 MST