From: David Levine Date: Thu, 5 Dec 2013 02:30:04 +0000 (-0600) Subject: Fixed m_getfld() bug introduced in commit X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/86d3f54edebc4ed9f923b6b8ef175aebdc60989b?hp=86d3f54edebc4ed9f923b6b8ef175aebdc60989b Fixed m_getfld() bug introduced in commit 0c7ac5073c24f01663fadc78b5112c86d52e4452. This bug caused parsing of messages with long (>= 8K) header field values to fail. The fix was easy: decrement the counter of bytes read when decrementing the current read position, in FLDPLUS state. ---