Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.9.1
-
None
-
Patch Available
Description
When Node.js server implementation gets an Thrift.TApplicationExceptionType.UNKNOWN_METHOD error it sends back a response with type = 0 and not type = 3, which is Thrift.MessageType.EXCEPTION.
It makes Node.js servers incompatible with Thrift Finagle clients.