Commit 820f5ce5 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

attempt to count server sent packets for httpbind connections, closes OF-445


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12148 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0e067c67
...@@ -124,6 +124,7 @@ public class HttpConnection { ...@@ -124,6 +124,7 @@ public class HttpConnection {
if (continuation != null) { if (continuation != null) {
continuation.setAttribute("response-body", body); continuation.setAttribute("response-body", body);
continuation.resume(); continuation.resume();
session.incrementServerPacketCount();
} }
else { else {
this.body = body; this.body = body;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment