Re: header handling in WARP

2001-06-20 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: > Hello everyone, > > I have a question on how the Warp handler handles headers > coming back from a request. > > In pr_warp.c, warp_handler,the following is written: > > /* Check if we got an HDR packet (header) */ > if (i->type==TYP_REQUEST_H

header handling in WARP

2001-06-19 Thread Thom Park
Hello everyone, I have a question on how the Warp handler handles headers coming back from a request. In pr_warp.c, warp_handler,the following is written: /* Check if we got an HDR packet (header) */ if (i->type==TYP_REQUEST_HDR) { char *nam=p_rstring(i);