stray const keyword removed that prevented build
This commit is contained in:
parent
764fe533e8
commit
864c2d9f49
@ -74,7 +74,7 @@ struct Reply {
|
|||||||
std::string content;
|
std::string content;
|
||||||
static Reply stockReply(status_type status);
|
static Reply stockReply(status_type status);
|
||||||
void setSize(const unsigned size) {
|
void setSize(const unsigned size) {
|
||||||
BOOST_FOREACH (const Header& h, headers) {
|
BOOST_FOREACH ( Header& h, headers) {
|
||||||
if("Content-Length" == h.name) {
|
if("Content-Length" == h.name) {
|
||||||
std::string sizeString;
|
std::string sizeString;
|
||||||
intToString(size,h.value );
|
intToString(size,h.value );
|
||||||
|
Loading…
Reference in New Issue
Block a user