-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG.
+ PR64330 [Stefan Eissing]
+
*) htcacheclean: Empty directories in CacheRoot are still present even after
using "-t". PR64313 [Petros Marios Prokopiou <pprokopi redhat.com>,
Ruediger Pluem, Jean-Frederic Clere]
* configurations by mod_h2 alone.
*/
task->c->id = (c->master->id << 8)^worker_id;
+ task->id = apr_psprintf(task->pool, "%ld-%d", c->master->id,
+ task->stream_id);
}
h2_beam_create(&task->output.beam, c->pool, task->stream_id, "output",