Commit 550b9264 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Hold lock over h2req->vsl

parent 4060412e
......@@ -702,7 +702,9 @@ h2_rxframe(struct worker *wrk, struct h2_sess *h2)
h2->rxf_flags &= h2f->flags;
}
Lck_Lock(&h2->sess->mtx);
h2_vsl_frame(h2, h2->htc->rxbuf_b, 9L + h2->rxf_len);
Lck_Unlock(&h2->sess->mtx);
h2e = h2_procframe(wrk, h2, h2f);
if (h2e) {
......
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