| commit | 9bee877e663f11f4cbdd3a4f02938c8ab9fe8976 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Feb 22 18:48:17 2022 -0800 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Feb 23 09:17:50 2022 -0800 |
| tree | 151cdff0268536208f0eb1cebfdf1f2ec968e869 | |
| parent | 103a11c9c28ac963a3b2591ecac641db3cbaa113 [diff] |
THRIFT-5527: Don't swallow idl exceptions in Process function Client: go This allows ProcessorMiddlewares to access such exceptions, unless there's a network error writing the response (which takes priority). While I'm here, also make the indentation of Process function more consistent, and make it consistent on returning false and an error when the reading/writing fails.