Commit eaaa50f6 authored by Nils Goroll's avatar Nils Goroll

Use the right length for the new header name

parent b78c88ba
......@@ -38,5 +38,5 @@ dcs_varnish2_classify_hdrs(const struct sess *sp) {
const int t = dcs_match_type_id(e);
VRT_SetHdr(sp, HDR_REQ, "\020x-nb-classified:", dcs_type_name(t), vrt_magic_string_end);
VRT_SetHdr(sp, HDR_REQ, "\012X-DeviceClass:", dcs_type_class(t), vrt_magic_string_end);
VRT_SetHdr(sp, HDR_REQ, "\016X-DeviceClass:", dcs_type_class(t), vrt_magic_string_end);
}
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