Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
8fb37587
Commit
8fb37587
authored
Jun 25, 2020
by
Yann Garcia
Browse files
Bug report from MEC-NFV plugtest
parent
26b8f58b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/Http/LibItsHttp_Functions.ttcn
View file @
8fb37587
...
...
@@ -92,10 +92,11 @@ module LibItsHttp_Functions {
p_headers
[
v_jdx
].
header_value
:=
{
p_headers_value
[
v_idx
]
};
// NOTE Codec won't encode it
break
;
}
if
(
v_jdx
==
lengthof
(
p_headers
))
{
p_headers
[
v_jdx
].
header_value
:=
{
p_headers_value
[
v_jdx
]
};
}
}
// End of 'for' statement
if
(
v_jdx
==
lengthof
(
p_headers
))
{
p_headers
[
v_jdx
].
header_name
:=
p_headers_to_set
[
v_idx
];
p_headers
[
v_jdx
].
header_value
:=
{
p_headers_value
[
v_idx
]
};
}
}
// End of 'for' statement
}
// End of function f_set_headers_list
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment