mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-05 18:41:13 +02:00
#4147: missing \r\n when setting trailer header in chunked response
This commit is contained in:
parent
58af2ebc46
commit
1b95d53804
@ -59,12 +59,9 @@ void HTTPChunkedStreamBuf::close()
|
|||||||
HTTPOutputStream hos(_session);
|
HTTPOutputStream hos(_session);
|
||||||
_pTrailer->write(hos);
|
_pTrailer->write(hos);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
_session.write("\r\n", 2);
|
_session.write("\r\n", 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int HTTPChunkedStreamBuf::readFromDevice(char* buffer, std::streamsize length)
|
int HTTPChunkedStreamBuf::readFromDevice(char* buffer, std::streamsize length)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user