aboutsummaryrefslogtreecommitdiff
path: root/connection_handler.go
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-04-10 08:14:24 +0000
committerEmiliano Ciavatta2020-04-10 08:14:24 +0000
commit1235710ae3b52e64f2639fc08e8219e5e70ea982 (patch)
tree77d9bcab9cb32f593909053f099d9bd5d0531acd /connection_handler.go
parent0ecaeab8474317c4589d40a43026f11788d87868 (diff)
Completed connection_handler tests
Diffstat (limited to 'connection_handler.go')
-rw-r--r--connection_handler.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/connection_handler.go b/connection_handler.go
index dc23315..b8bddc9 100644
--- a/connection_handler.go
+++ b/connection_handler.go
@@ -197,8 +197,6 @@ func (ch *connectionHandlerImpl) Complete(handler *StreamHandler) {
DestinationPort: binary.BigEndian.Uint16(ch.connectionFlow[3].Raw()),
StartedAt: startedAt,
ClosedAt: closedAt,
- ClientPackets: client.packetsCount,
- ServerPackets: client.packetsCount,
ClientBytes: client.streamLength,
ServerBytes: server.streamLength,
ClientDocuments: len(client.documentsIDs),