Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
-
Patch Available
Description
There are two fatal problems in the Go json/simplejson protocol implementation:
(1) iobuf.Reader.Buffered() is used wrongly, causing protcol reads to fail in some cases
(2) a typo in StringToTypeId() causes "i16" to be unrecognized
Additionally, a few superfluous JSON type identifiers exist.