Attention is currently required from: dexter, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36504?usp=email )
Change subject: HTTP_Adapter: allow API users to specifiy custom header ......................................................................
Patch Set 5: Code-Review+1
(2 comments)
File library/HTTP_Adapter.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36504/comment/464528a9_6fe17... PS3, Line 73: var HeaderLines hdr := { };
I am not sure if that really works. […]
I see, no need to spend more time if it doesn't work out, was worth a try though.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36504/comment/5bc53de6_98c7b... PS3, Line 77: hdr := hdr & {valueof(ts_HeaderLine("Host", valueof(host)))};
(see above, I removed the valueof as suggested)
Done