Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354713
Collapse All | Expand All

(-)src/proto_http.c (+2 lines)
Lines 601-606 Link Here
601
		idx->used--;
601
		idx->used--;
602
		hdr->len = 0;   /* unused entry */
602
		hdr->len = 0;   /* unused entry */
603
		idx->v[ctx->prev].next = idx->v[ctx->idx].next;
603
		idx->v[ctx->prev].next = idx->v[ctx->idx].next;
604
		if (idx->tail == ctx->idx)
605
			idx->tail = ctx->prev;
604
		ctx->idx = ctx->prev;    /* walk back to the end of previous header */
606
		ctx->idx = ctx->prev;    /* walk back to the end of previous header */
605
		ctx->line -= idx->v[ctx->idx].len + idx->v[cur_idx].cr + 1;
607
		ctx->line -= idx->v[ctx->idx].len + idx->v[cur_idx].cr + 1;
606
		ctx->val = idx->v[ctx->idx].len; /* point to end of previous header */
608
		ctx->val = idx->v[ctx->idx].len; /* point to end of previous header */

Return to bug 354713