Kerri Devine created THRIFT-4443:
------------------------------------

             Summary: node.js json_protocol throws error in skip function
                 Key: THRIFT-4443
                 URL: https://issues.apache.org/jira/browse/THRIFT-4443
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Library
    Affects Versions: 0.11.0
            Reporter: Kerri Devine
             Fix For: 0.12.0


The skip function is unsupported in the node.js implementation of the 
json_protocol. Interestingly, the compact_protocol implements the skip 
function, as does the JavaScript version.

{quote}
TJSONProtocol.prototype.skip = function(type) {
  throw new Error('skip not supported yet');
};
{quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to