Attention is currently required from: laforge, pespin.
3 comments:
File library/HTTP_Adapter.ttcn:
Patch Set #3, Line 73: var HeaderLines hdr := { };
You can turn this into a "var template (value) Headerlines hdr := {};"
I am not sure if that really works. I have tried that out, but I get an error: "error: Reference to a value was expected instead of template variable `hdr'" (line 77, where the concatenation happens) maybe the concatenation needs a value rather than a template?
Patch Set #3, Line 77: hdr := hdr & {valueof(ts_HeaderLine("Host", valueof(host)))};
...so you don't need to do valueof() each time.
(see above, I removed the valueof as suggested)
File library/HTTP_Adapter.ttcn:
indent issue (tab missing)
Done
To view, visit change 36504. To unsubscribe, or for help writing mail filters, visit settings.