Reported by: one of Jeff T's regression test cases
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95975
13f79535-47bb-0310-9956-
ffa450edef68
}
if (last_field != NULL) {
- if ((len > 0) && (*field == '\t')) {
+ if ((len > 0) && ((*field == '\t') || *field == ' ')) {
/* This line is a continuation of the preceding line(s),
* so append it to the line that we've set aside.
* Note: this uses a power-of-two allocator to avoid