2008/9/2 Kinkie <[EMAIL PROTECTED]>:

> Read: might be useful for the HTTP parser.
> Stuff like:
>
> KBuf reqhdr = (whatever gets in from comm)
> Kbuf hdrline=reqhdr->nextToken("\n");
> if (hdrline[hdrline.len()-1]=='\r')
>    hrline.truncate(hdrline.len()-1); //chop \r off

Ok, so what would the underlying manipulations be?



Adrian

Reply via email to