Commit dee47cc4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

VSL a SLT_RespProtocol HTTP/2.0 when we deliver by H2

Closes #2905
parent 89e2dceb
......@@ -235,6 +235,7 @@ h2_deliver(struct req *req, struct boc *boc, int sendbody)
sp = req->sp;
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
VSLb(req->vsl, SLT_RespProtocol, "HTTP/2.0");
l = WS_Reserve(req->ws, 0);
AN(VSB_new(&resp, req->ws->f, l, VSB_FIXEDLEN));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment