Skip to content

Commit

Permalink
Merge 6daaa7d into 8204df0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanj committed Aug 22, 2016
2 parents 8204df0 + 6daaa7d commit f327122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nevow/js/Nevow/Athena/__init__.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Nevow.Athena.ReliableMessageDelivery.methods(
for (var i = 0; i < self.requests.length; ++i) {
self.requests[i].abort();
}
self.requests = null;
self.requests = [];
self.page.connectionLost('Connection closed by remote host');
},

Expand Down

0 comments on commit f327122

Please sign in to comment.