Attention is currently required from: dexter.
Patch set 2:Code-Review +1
1 comment:
File library/HTTP_Adapter.ttcn:
Patch Set #2, Line 72: hdr := hdr & {{ header_name := "Host", header_value := valueof(host) }};
hint: I usually find it way more readable to use templates instead of filling records, eg:
hdr := hdr & { ts_Header("Host", host) };
To view, visit change 36504. To unsubscribe, or for help writing mail filters, visit settings.