if(_initial_content_length!=0){// Check if the data is a new fragment of the response
loggers::get_instance().warning("http_codec::decode: Need to bufferize and wait for all fragments received");
_bufferized_buffers.push_back(data);
_current_content_length+=data.lengthof();// FIXME Need to calculate the size of the header buffer, do not assume th first fragmwnt is the header buffer