1
0
Fork 0
This commit is contained in:
Wilfried Goesgens 2016-04-07 14:56:54 +02:00
parent e2fe4fd9a3
commit c65a292fc9
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ namespace triagens {
}
// end of header found
if (*ptr == '\r' || *ptr == '\0') {
if (*ptr == '\r' || *ptr == '\n' || *ptr == '\0') {
size_t len = pos - ptr;
_readBufferOffset += len + 1;
ptr += len + 1;