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
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);