Tweak get_metrics
diff --git a/src/ibrowse.erl b/src/ibrowse.erl
index 6c87364..fbb4b83 100644
--- a/src/ibrowse.erl
+++ b/src/ibrowse.erl
@@ -717,7 +717,7 @@
                         Size = ets:info(Tid, size),
                         case Size of
                             0 ->
-                                {Lb_pid, MsgQueueSize, undefined, 0, {{0, 0}, {0, 0}}};
+                                {Lb_pid, MsgQueueSize, Tid, 0, {{0, 0}, {0, 0}}};
                             _ ->
                                 {First_p_sz, _, _} = ets:first(Tid),
                                 {Last_p_sz, _, _} = ets:last(Tid),