On Wed, Jan 6, 2010 at 10:30 AM, Jeff Trawick <[email protected]> wrote:
> Index: Apache-Test/lib/Apache/TestRequest.pm
> ===================================================================
> --- Apache-Test/lib/Apache/TestRequest.pm (revision 895795)
> +++ Apache-Test/lib/Apache/TestRequest.pm (working copy)
> @@ -303,7 +303,7 @@
> do {
> $self->read($c, 1);
> $buf .= $c;
> - } until ($c eq "\n");
> + } until ($c eq "\n" || $c eq "");
> $buf;
> },
> );
>
committed (I didn't realize I had commit access to that tree)