Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
@@ -99,6 +99,10 @@ func (c *Client) Call(ctx context.Context, service, method string, req, resp int
cresp = &Response{}
)
if headers, ok := GetHeaders(ctx); ok {
creq.Headers = headers
}
if dl, ok := ctx.Deadline(); ok {
creq.TimeoutNano = dl.Sub(time.Now()).Nanoseconds()
The note is not visible to the blocked user.