[Tarantool-patches] [PATCH 06/20] net.box: rename request.ctx to request.format

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Jul 29 01:49:39 MSK 2021


Thanks for the patch!

On 23.07.2021 13:07, Vladimir Davydov via Tarantool-patches wrote:
> Request context only stores tuple format or nil, which is used for
> decoding a response. Rename it appropriately.

The name ctx was chosen intentionally, because when you pass it to
method_decoder[request.method](...), you don't know how will it be
used and what is stores. It was internal for the request sender and
codec. Why do you need to change it?


More information about the Tarantool-patches mailing list