DISCONNECT_AT_END
Close the socket after the response. This is the default HTTP/1.0 behavior. For HTTP/2 connections, this sends a GOAWAYframe immediately after the response and will close the connection when the client's socket is exhausted.
See SocketPolicy for reasons why this can cause test flakiness and how to avoid it.