Le 13/01/2021 à 15:53, William Dauchy a écrit :
Hi Илья,
On Mon, Jan 11, 2021 at 8:54 PM Илья Шипицин <[email protected]> wrote:
as far as I remember RFC, if the client sets "Connection: Close", so the server
must also close connection.
it is possible to set "Connection: close" unconditionally (as it was before
your patch). is it allowed to set KA unconditionally ?
I don't fully get your point as my patch aims to precisely remove the
current limitation that we impose a connection close.
Just to reply to Ilya, there is no KA enabled unconditionally here. It is the
mux responsibility on the client side to choose the right mode. The KA is
enabled by default for HTTP/1.1, except if the client explicitly want to close
the connection. In that case, it adds a "Connection: close" header itself.
--
Christopher Faulet