commit | d4bef8de05871be08befe29d2914684af5e2e403 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Thu Jan 17 12:03:06 2013 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Thu Jan 17 12:03:06 2013 -0800 |
tree | 539cac59aad5b1a73198d54c56b41af0b2c71a90 | |
parent | 3f4be556c59129ccef2a5875703e1a5cbfe7d745 [diff] [blame] |
minor changes...
diff --git a/js/WebSocketTransport.js b/js/WebSocketTransport.js index a7be7f9..e2a78a6 100644 --- a/js/WebSocketTransport.js +++ b/js/WebSocketTransport.js
@@ -327,7 +327,7 @@ var index = NDN.PITTable.indexOf(pitEntry); //console.log(NDN.PITTable); if (index >= 0) - NDN.PITTable.splice(index, 1); + NDN.PITTable.splice(index, 1); //console.log(NDN.PITTable); // Raise closure callback closure.upcall(Closure.UPCALL_INTEREST_TIMED_OUT, new UpcallInfo(ndn, interest, 0, null));