Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42965?usp=email )
Change subject: Add close function to HTTP_Server_Emulation ......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File library/HTTP_Server_Emulation.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42965/comment/57d29f4c_83d01... : PS4, Line 125: inout HTTPMessage, Close; I would give the close a separate line.
When I understand this correctly, then the it should be
in Close;
because we currently only receive the Close event from the CLIENT, but the CLIENT does not get any Close event back, so its input only. - Correct me if I have overlooked something.