Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
fbf8d716
Commit
fbf8d716
authored
Dec 20, 2018
by
Yann Garcia
Browse files
Bug fixed in http_codec
parent
6efbea3e
Changes
1
Show whitespace changes
Inline
Side-by-side
ccsrc/Protocols/Http/http_codec.hh
View file @
fbf8d716
...
...
@@ -61,7 +61,7 @@ private:
int
decode_headers
(
TTCN_Buffer
&
decoding_buffer
,
LibItsHttp__TypesAndValues
::
HeaderLines
&
headers
);
int
decode_header
(
CHARSTRING
&
header_line
,
LibItsHttp__TypesAndValues
::
HeaderLine
&
header
);
int
decode_body
(
TTCN_Buffer
&
decoding_buffer
,
LibItsHttp__MessageBodyTypes
::
HttpMessageBody
&
message_body
);
int
decode_body
(
TTCN_Buffer
&
decoding_buffer
,
LibItsHttp__MessageBodyTypes
::
HttpMessageBody
&
message_body
,
const
std
::
string
&
p_content_type
);
int
get_line
(
TTCN_Buffer
&
buffer
,
CHARSTRING
&
to
,
const
bool
concatenate_header_lines
=
false
);
};
// End of class http_codec
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