Re: Graceful shutdown #458

On 8 May 2014 16:09, Jeff Pinner <jpinner@twitter.com> wrote:
> We have a SPDY proof of concept running that will send two GOAWAY frames on
> shutdown:
>
> GOAWAY(max stream id, NO_ERROR)
> (send ping and wait for pong or timeout)
> GOAWAY(last good stream id, *some code*)
> TCP FIN

I would have thought that you would want to let the requests you have
received complete, or is that not the plan here?

Note that you don't send the last "good" stream, you send the last
stream that you passed on for processing.

Received on Thursday, 8 May 2014 23:27:07 UTC