On Wed, Jun 3, 2015 at 3:43 PM, Stefan Eissing <stefan.eiss...@greenbytes.de> wrote: > > If a client sends ALPN information in its hello, it certainly can expect an > answer from the server. > Since in absence of any other modules, the httpd will do „http/1.1“, I think > that is a reasonable response.
FWICS, httpd will alert if the client did not propose "http/1.1" in its Hello, and since (I suppose) the latests clients also send ALPN inconditionaly, they will be refused if they don't propose "http/1.1", hence my question: >> Am 03.06.2015 um 14:52 schrieb Yann Ylavic <ylavic....@gmail.com>: >> >> Are those (ALPN ready) always negociate "http/1.1"?