add homer capture line to websocket transport

This commit is contained in:
Anthony Minessale 2014-08-11 21:02:25 +05:00
parent e3e84a7820
commit 2411550727
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
Thu Jul 17 01:07:28 CDT 2014
Mon Aug 11 21:02:23 CDT 2014

View File

@ -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);