* William A. Rowe, Jr. <[EMAIL PROTECTED]> [2006-01-07 02:50:23]:

> Why not
> 
> +    boundary_line = apr_pstrcat(p, "--", mail->boundary, "\r\n", NULL);
> 
> which should be far faster than a regex evaluation?

Actually this problem has already been cut off by r366386 because yes,
a regexp is not a fast solution. We don't need to look for the EOL
character, either it's \r\n or \n.

- Sam

-- 
Maxime Petazzoni (http://www.bulix.org)
 -- gone crazy, back soon. leave message.

Attachment: signature.asc
Description: Digital signature

Reply via email to