node-hessian icon indicating copy to clipboard operation
node-hessian copied to clipboard

Hessian Client for nodejs

Results 11 node-hessian issues
Sort by recently updated
recently updated
newest added

Deserialization of double values with code 0x5f was correct according to the Hessian specification, but the Java implementation does things differently. As I view it, this is a bug in...

when I use hessian-proxy get useInfo Entity,all data can normal return data but 'xiaoyan.li-1',begin I think maybe hessian-proxy version is low,but when i grow version from 0.0.4 to 0.0.5, the...

fix hessian service readString bug when dealing with the characters that need two or more bytes to encode, such as Chinese, Japanese and Korean characters. fix test map

UTF8 strings were not supported in the original code by villadora, but are the way to transmit strings in Hessian, according to the specification.

Fix for issue #11: HTTP authentication fails with TypeError

Using hessian-proxy with node.js v6.10.0, I get a TypeError when trying to establish a connection secured by BASIC authentication: > TypeError: First argument must be a string, Buffer, ArrayBuffer, Array,...

reader2.readString can't read CJK(Chinese , Japanese, Korean. 2~3 byte character) string. Try 粗麻布,해시안,ヘッセ for reply. I guess, buffer-reader's readString can't handle variable length character. readString's argument 'length' is byte by...

events.js:72 throw er; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND