git-svn-id: svn://elaine/murooma/trunk@341 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2015-01-01 20:16:24 +00:00
parent 226e5188f1
commit b3336df0f2
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ void Controller::onException(ClientConnection* connection, const std::exception&
void Controller::onMessageReceived(ClientConnection* connection, const msg::BaseMessage& baseMessage, char* buffer)
{
if (baseMessage.type == message_type::kPayload)
if (baseMessage.type == message_type::kWireChunk)
{
if ((stream_ != NULL) && (decoder_ != NULL))
{