Re: svn commit: r1915658 - /apr/apr/trunk/test/testbuckets.c
Ruediger Pluem <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/8/24 4:49 PM, [email protected] wrote: > Author: jorton > Date: Thu Feb 8 15:49:14 2024 > New Revision: 1915658 > > URL: http://svn.apache.org/viewvc?rev=1915658&view=rev > Log: > * buckets/apr_brigade.c (apr_brigade_split_line): After finding an LF, > only split the bucket if the LF is not the last character in the > data. > > * test/testbuckets.c (test_splitline_exactly): New test. > > PR: 64273 > Github: closes #53 > Submitted by: Barnim Dzwillo <dzwillo strato.de>, jorton > > Modified: > apr/apr/trunk/test/testbuckets.c Did you miss to commit the changes to buckets/apr_brigade.c? Regards Rüdiger