FS-9657 [libsofia] This commit fixes missing HEP capture messages when incoming SIP messages arrive over encrypted TLS transport
This commit is contained in:
parent
1cf4981a82
commit
300b967cf9
|
@ -468,6 +468,9 @@ int tport_tls_recv(tport_t *self)
|
||||||
if (self->tp_master->mr_dump_file)
|
if (self->tp_master->mr_dump_file)
|
||||||
tport_dump_iovec(self, msg, n, iovec, veclen, "recv", "from");
|
tport_dump_iovec(self, msg, n, iovec, veclen, "recv", "from");
|
||||||
|
|
||||||
|
if (self->tp_master->mr_capt_sock)
|
||||||
|
tport_capt_msg(self, msg, n, iovec, veclen, "recv");
|
||||||
|
|
||||||
/* Mark buffer as used */
|
/* Mark buffer as used */
|
||||||
msg_recv_commit(msg, N, 0);
|
msg_recv_commit(msg, N, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue