mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
add homer capture line to websocket transport
This commit is contained in:
parent
e3e84a7820
commit
2411550727
@ -1 +1 @@
|
||||
Thu Jul 17 01:07:28 CDT 2014
|
||||
Mon Aug 11 21:02:23 CDT 2014
|
||||
|
@ -253,6 +253,9 @@ int tport_recv_stream_ws(tport_t *self)
|
||||
if (self->tp_master->mr_dump_file)
|
||||
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 */
|
||||
msg_recv_commit(msg, N, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user