Fix commit screw up

This commit is contained in:
Martin Boehm 2018-05-10 10:05:55 +02:00
parent 1cb2338587
commit 8d422dabaa

View File

@ -19,6 +19,8 @@ import (
var ( var (
// verifier functionality // verifier functionality
verifylog = flag.String("verifylog", "", "path to logfile containing socket.io requests/responses")
wsurl = flag.String("wsurl", "", "URL of socket.io interface to verify")
newSocket = flag.Bool("newsocket", false, "Create new socket.io connection for each request") newSocket = flag.Bool("newsocket", false, "Create new socket.io connection for each request")
) )