-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_http2: fixes connection flush when answering SETTINGS without any
+ stream open. [Moto Ishizawa <@summerwind>, Stefan Eissing]
+
*) ab: Add option -I to use the Server Name Indication (SNI) extension on
outgoing TLS connections, according to the Host header (if any) or the
requested URL's hostname otherwise. [Yann Ylavic]
case H2_SESSION_ST_IDLE:
/* make certain, we send everything before we idle */
+ h2_conn_io_flush(&session->io);
if (!session->keep_sync_until && async && !session->open_streams
&& !session->r && session->remote.emitted_count) {
if (trace) {