Fix commit screw up
This commit is contained in:
parent
1cb2338587
commit
8d422dabaa
@ -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")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user