[go-nuts] Re: context cancellation flake

2017-09-17 Thread Steven Lee
> > Cheers, > silviu > > On Saturday, 16 September 2017 16:16:05 UTC-4, Steven Lee wrote: >> >> I guess thats plausible >> >> Ive tried to find the code in the library that sets the body if a context >> is cancelled but cant, I understand how to

[go-nuts] Re: context cancellation flake

2017-09-16 Thread Steven Lee
I guess thats plausible Ive tried to find the code in the library that sets the body if a context is cancelled but cant, I understand how to fix the code just struggling to understand the mechanics and especially why it flakes :( -- You received this message because you are subscribed to the G

[go-nuts] Re: context cancellation flake

2017-09-16 Thread Steven Lee
Does calling the cancel func on a context that is attached to a http.Request change the contents of the body to context cancellation? On Friday, 15 September 2017 18:15:25 UTC+1, Steven Lee wrote: > > Hello, > > I was wondering if anyone could help me with understanding the beh