}
}
+ TRACE_USER("sent H2 response ", H2_EV_TX_FRAME|H2_EV_TX_HDR, h2c->conn, h2s, htx);
+
/* remove all header blocks including the EOH and compute the
* corresponding size.
*/
outbuf.area[4] |= H2_F_HEADERS_END_STREAM;
/* commit the H2 response */
- TRACE_USER("sent H2 response ", H2_EV_TX_FRAME|H2_EV_TX_HDR, h2c->conn, h2s, htx);
b_add(mbuf, outbuf.data);
/* indicates the HEADERS frame was sent, except for 1xx responses. For
}
}
+ TRACE_USER("sent H2 request ", H2_EV_TX_FRAME|H2_EV_TX_HDR, h2c->conn, h2s, htx);
+
/* remove all header blocks including the EOH and compute the
* corresponding size.
*/
outbuf.area[4] |= H2_F_HEADERS_END_STREAM;
/* commit the H2 response */
- TRACE_USER("sent H2 request ", H2_EV_TX_FRAME|H2_EV_TX_HDR, h2c->conn, h2s, htx);
b_add(mbuf, outbuf.data);
h2s->flags |= H2_SF_HEADERS_SENT;
h2s->st = H2_SS_OPEN;