[
https://issues.apache.org/jira/browse/THRIFT-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kerri Devine updated THRIFT-4443:
---------------------------------
Description:
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.
{code:javascript}
TJSONProtocol.prototype.skip = function(type) {
throw new Error('skip not supported yet');
};
{code}
was:
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}
> 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
> Labels: easyfix, patch
> Fix For: 0.12.0
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> 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.
> {code:javascript}
> TJSONProtocol.prototype.skip = function(type) {
> throw new Error('skip not supported yet');
> };
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)