Anthony Molinaro created THRIFT-4339: ----------------------------------------
Summary: Thrift Framed Transport in Erlang crashes server when client disconnects Key: THRIFT-4339 URL: https://issues.apache.org/jira/browse/THRIFT-4339 Project: Thrift Issue Type: Bug Components: Erlang - Library Affects Versions: 0.10.0 Reporter: Anthony Molinaro Assignee: Anthony Molinaro Fix For: 0.11.0 I came across this when attempting to upgrade to 0.10.0. Essentially when a client was disconnecting, it could lead to the server crashing later on. This looks like it's a result of the refactoring of the records and maybe a copy/paste error. The fix is super minor and is in this pull request https://github.com/apache/thrift/pull/1367 It would probably be a good idea to merge this prior to 0.11.0. -- This message was sent by Atlassian JIRA (v6.4.14#64029)