aboutsummaryrefslogtreecommitdiff
path: root/connection_handler.go
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-04-13 15:12:35 +0000
committerEmiliano Ciavatta2020-04-13 15:12:35 +0000
commita56a4e391d541ae05de0203f3d493edc3b04681d (patch)
treeab9344a650305aafb5afe552dc8cad63684de643 /connection_handler.go
parent7113463dead05631339fdab94de9440201c42489 (diff)
Add AddRoute tests
Diffstat (limited to 'connection_handler.go')
-rw-r--r--connection_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection_handler.go b/connection_handler.go
index b8bddc9..e4730cc 100644
--- a/connection_handler.go
+++ b/connection_handler.go
@@ -188,7 +188,7 @@ func (ch *connectionHandlerImpl) Complete(handler *StreamHandler) {
server = handler
}
- connectionID := ch.Storage().NewCustomRowID(ch.connectionFlow.Hash(), startedAt)
+ connectionID := CustomRowID(ch.connectionFlow.Hash(), startedAt)
connection := Connection{
ID: connectionID,
SourceIP: ch.connectionFlow[0].String(),