Yes and I'll wait for that change, thanks!
On Friday, March 3, 2017 at 2:01:25 PM UTC-8, bradfitz wrote:
>
> I'm not sure I understand what the bug report here is.
>
> Is this https://github.com/golang/go/issues/16100 ?
>
>
> On Thu, Mar 2, 2017 at 3:06 PM, >
> wrote:
>
>> A few weeks ago we impl
I'm not sure I understand what the bug report here is.
Is this https://github.com/golang/go/issues/16100 ?
On Thu, Mar 2, 2017 at 3:06 PM, wrote:
> A few weeks ago we implemented a context that given some readClosers and
> writeClosers would track if any were idle and eventually cancel the
> c
A few weeks ago we implemented a context that given some readClosers and
writeClosers would track if any were idle and eventually cancel the
context. We use this for handlers in our server.
We seem to be having a crash though where we are effectively returning from
a handler, and yet a read/writ