mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
integrated changes from main rep
This commit is contained in:
parent
d9d531350d
commit
fa8fde4880
@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// HTTPChunkedStream.cpp
|
// HTTPChunkedStream.cpp
|
||||||
//
|
//
|
||||||
// $Id: //poco/1.3/Net/src/HTTPChunkedStream.cpp#1 $
|
// $Id: //poco/1.3/Net/src/HTTPChunkedStream.cpp#2 $
|
||||||
//
|
//
|
||||||
// Library: Net
|
// Library: Net
|
||||||
// Package: HTTP
|
// Package: HTTP
|
||||||
@ -73,7 +73,7 @@ void HTTPChunkedStreamBuf::close()
|
|||||||
if (_mode & std::ios::out)
|
if (_mode & std::ios::out)
|
||||||
{
|
{
|
||||||
sync();
|
sync();
|
||||||
_session.write("0\r\n", 3);
|
_session.write("0\r\n\r\n", 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user