Attention is currently required from: dexter, laforge.
1 comment:
File library/HTTP_Adapter.ttcn:
Patch Set #1, Line 27: function f_http_init(charstring host, integer http_port, boolean use_ssl := false) runs on http_CT {
Yes, we should do this rather sooner than later. […]
For the sake of having it similar to other testsuites, usually we call these "HTTP_Adapter_Params" and call it "pars", then have a "g_pars := pars" in f_http_init() so you don't need to assign params one by one like you so in line 35.
Then, use eg. "g_pars.use_ssl"
To view, visit change 36506. To unsubscribe, or for help writing mail filters, visit settings.