Remove unused variables and verbose e2e logs
This commit is contained in:
parent
47b5e20a88
commit
10dcf0db15
35 changed files with 331 additions and 427 deletions
|
|
@ -83,7 +83,7 @@ func smugglingRequest(host, addr string, port int) (string, error) {
|
|||
}
|
||||
|
||||
// wait for /_hidden/index.html response
|
||||
time.Sleep(1 * time.Second)
|
||||
framework.Sleep()
|
||||
|
||||
var buf = make([]byte, 1024)
|
||||
r := bufio.NewReader(conn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue