| commit | e98ba9cb841153fcbe2185ca44c77dbbc745ceb3 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Apr 23 23:39:04 2020 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 24 07:39:04 2020 +0100 |
| tree | 27665964d51141aa241ac733d3a91406c5520221 | |
| parent | d5a9bf2b30b4f9533f4ef13ee1a4fdce1036bbaa [diff] |
THRIFT-5183: Don't try to read next frame in THeaderTransport.Read Trying to read the next frame will likely cause the Read call blocking indefinitely and eventually lead to timeout. See the JIRA ticket for more context. Client: go