Re: [go-nuts] reading/writing after http.Handler returns

2017-03-03 Thread jonathan . gaillard
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

Re: [go-nuts] reading/writing after http.Handler returns

2017-03-03 Thread Brad Fitzpatrick
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

[go-nuts] reading/writing after http.Handler returns

2017-03-02 Thread jonathan . gaillard
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