Skip to content

Instantly share code, notes, and snippets.

@XavM
Created June 30, 2014 08:25
Show Gist options
  • Save XavM/dfa1153ee5e9fabfec62 to your computer and use it in GitHub Desktop.
Save XavM/dfa1153ee5e9fabfec62 to your computer and use it in GitHub Desktop.
envconsul runtime.panic from time to time
20140626 08:59:41 Updating service consul_server
20140626 08:59:41 Updating service ct
20140626 08:59:41 Configuration reload triggered
20140626 08:59:41 Waiting...
20140626 08:59:51 Waiting...
(...)
20140630 07:44:40 Waiting...
20140630 07:44:50 Waiting...
20140630 07:45:00 Waiting...
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x1 pc=0x8049e79]
goroutine 3 [running]:
runtime.panic(0x82230c0, 0x8495928)
/Users/mitchellh/go/src/pkg/runtime/panic.c:266 +0xac
main.watch(0x18723960, 0xbfa10d42, 0x17, 0x187244b0, 0x1870a440, ...)
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/watch.go:203 +0x179
created by main.watchAndExec
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/watch.go:51 +0x1f7
goroutine 1 [runnable]:
main.watchAndExec(0x18724480, 0x0, 0x0, 0x0)
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/watch.go:72 +0x2e3
main.realMain(0x187472a0)
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/main.go:58 +0x2ec
main.main()
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/main.go:12 +0x21
goroutine 31 [select]:
net/http.(*persistConn).writeLoop(0x1875deb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 6 [chan receive]:
net/http.(*persistConn).readLoop(0x18777000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 7 [select]:
net/http.(*persistConn).writeLoop(0x18777000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 10 [chan receive]:
net/http.(*persistConn).readLoop(0x1875df00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 11 [select]:
net/http.(*persistConn).writeLoop(0x1875df00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 32 [syscall]:
syscall.Syscall6(0x72, 0x7bf9, 0x1876f368, 0x0, 0x1873f0a0, ...)
/Users/mitchellh/go/src/pkg/syscall/asm_linux_386.s:41 +0x5
syscall.wait4(0x7bf9, 0x1876f368, 0x0, 0x1873f0a0, 0x806621d, ...)
/Users/mitchellh/go/src/pkg/syscall/zsyscall_linux_386.go:120 +0x6b
syscall.Wait4(0x7bf9, 0xb749ff30, 0x0, 0x1873f0a0, 0x18784094, ...)
/Users/mitchellh/go/src/pkg/syscall/syscall_linux.go:222 +0x63
os.(*Process).wait(0x18744880, 0x18784094, 0x0, 0x0)
/Users/mitchellh/go/src/pkg/os/exec_unix.go:22 +0xbf
os.(*Process).Wait(0x18744880, 0x1870d080, 0x1, 0x1)
/Users/mitchellh/go/src/pkg/os/doc.go:43 +0x2b
os/exec.(*Cmd).Wait(0x187916e0, 0x8049fe4, 0x187a21b0)
/Users/mitchellh/go/src/pkg/os/exec/exec.go:311 +0x128
main.func·002(0x187916e0, 0x1870a680)
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/watch.go:144 +0x2b
created by main.watchAndExec
/Users/mitchellh/code/go/src/github.com/hashicorp/envconsul/watch.go:159 +0x998
goroutine 27 [finalizer wait]:
runtime.park(0x8052710, 0x8498774, 0x8496ee8)
/Users/mitchellh/go/src/pkg/runtime/proc.c:1342 +0x65
runfinq()
/Users/mitchellh/go/src/pkg/runtime/mgc0.c:2276 +0x7b
runtime.goexit()
/Users/mitchellh/go/src/pkg/runtime/proc.c:1394
goroutine 19 [select]:
net/http.(*persistConn).writeLoop(0x1875df50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 18 [chan receive]:
net/http.(*persistConn).readLoop(0x1875df50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 24 [select]:
net/http.(*persistConn).writeLoop(0x1875dfa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 23 [chan receive]:
net/http.(*persistConn).readLoop(0x1875dfa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 30 [chan receive]:
net/http.(*persistConn).readLoop(0x1875deb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 40 [select]:
net/http.(*persistConn).writeLoop(0x1873f0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 39 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 47 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 48 [select]:
net/http.(*persistConn).writeLoop(0x1875e050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 55 [chan receive]:
net/http.(*persistConn).readLoop(0x18777f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 56 [select]:
net/http.(*persistConn).writeLoop(0x18777f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 64 [select]:
net/http.(*persistConn).writeLoop(0x1873f1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 63 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 72 [select]:
net/http.(*persistConn).writeLoop(0x1873f230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 71 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 80 [select]:
net/http.(*persistConn).writeLoop(0x1873f280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 79 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 88 [select]:
net/http.(*persistConn).writeLoop(0x1873f320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 87 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 224 [select]:
net/http.(*persistConn).writeLoop(0x1873f910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 160 [select]:
net/http.(*persistConn).writeLoop(0x1873f690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 96 [select]:
net/http.(*persistConn).writeLoop(0x1873f460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 95 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 648 [select]:
net/http.(*persistConn).writeLoop(0x188bf140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 199 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 200 [select]:
net/http.(*persistConn).writeLoop(0x1873f820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 375 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 320 [select]:
net/http.(*persistConn).writeLoop(0x1875d690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 319 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 248 [select]:
net/http.(*persistConn).writeLoop(0x1873fa00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 103 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 104 [select]:
net/http.(*persistConn).writeLoop(0x1875d140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 191 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 112 [select]:
net/http.(*persistConn).writeLoop(0x1873f4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 111 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 192 [select]:
net/http.(*persistConn).writeLoop(0x1873f7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 247 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fa00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 376 [select]:
net/http.(*persistConn).writeLoop(0x1875e190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 583 [chan receive]:
net/http.(*persistConn).readLoop(0x1875dd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 120 [select]:
net/http.(*persistConn).writeLoop(0x1873f500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 119 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 384 [select]:
net/http.(*persistConn).writeLoop(0x1873fd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 183 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 184 [select]:
net/http.(*persistConn).writeLoop(0x1873f780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 383 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 256 [select]:
net/http.(*persistConn).writeLoop(0x1873fa50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 255 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fa50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 312 [select]:
net/http.(*persistConn).writeLoop(0x1875d7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 127 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 128 [select]:
net/http.(*persistConn).writeLoop(0x1875e640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 175 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 136 [select]:
net/http.(*persistConn).writeLoop(0x1873f550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 135 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 176 [select]:
net/http.(*persistConn).writeLoop(0x1873f730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 311 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 584 [select]:
net/http.(*persistConn).writeLoop(0x1875dd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 447 [chan receive]:
net/http.(*persistConn).readLoop(0x1873ffa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 144 [select]:
net/http.(*persistConn).writeLoop(0x1873f5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 143 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 448 [select]:
net/http.(*persistConn).writeLoop(0x1873ffa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 167 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 168 [select]:
net/http.(*persistConn).writeLoop(0x1873f6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 647 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 152 [select]:
net/http.(*persistConn).writeLoop(0x1873f640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 151 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 304 [select]:
net/http.(*persistConn).writeLoop(0x1875d370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 263 [chan receive]:
net/http.(*persistConn).readLoop(0x1875da00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 223 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 159 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 239 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 240 [select]:
net/http.(*persistConn).writeLoop(0x1873f9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 511 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 208 [select]:
net/http.(*persistConn).writeLoop(0x1873f870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 207 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 456 [select]:
net/http.(*persistConn).writeLoop(0x1875dbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 327 [chan receive]:
net/http.(*persistConn).readLoop(0x1875da50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 328 [select]:
net/http.(*persistConn).writeLoop(0x1875da50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 231 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 216 [select]:
net/http.(*persistConn).writeLoop(0x1873f8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 215 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 232 [select]:
net/http.(*persistConn).writeLoop(0x1873f960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 455 [chan receive]:
net/http.(*persistConn).readLoop(0x1875dbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 336 [select]:
net/http.(*persistConn).writeLoop(0x1873fb90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 424 [select]:
net/http.(*persistConn).writeLoop(0x1873ff00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1016 [select]:
net/http.(*persistConn).writeLoop(0x188bfe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 264 [select]:
net/http.(*persistConn).writeLoop(0x1875da00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 303 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 272 [select]:
net/http.(*persistConn).writeLoop(0x1873faa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 271 [chan receive]:
net/http.(*persistConn).readLoop(0x1873faa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 392 [select]:
net/http.(*persistConn).writeLoop(0x1873fdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 391 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 440 [select]:
net/http.(*persistConn).writeLoop(0x1875e5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 439 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 848 [select]:
net/http.(*persistConn).writeLoop(0x188bf910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 711 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 400 [select]:
net/http.(*persistConn).writeLoop(0x1873fe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 279 [chan receive]:
net/http.(*persistConn).readLoop(0x1875db40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 280 [select]:
net/http.(*persistConn).writeLoop(0x1875db40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 295 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 288 [select]:
net/http.(*persistConn).writeLoop(0x1873faf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 287 [chan receive]:
net/http.(*persistConn).readLoop(0x1873faf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 296 [select]:
net/http.(*persistConn).writeLoop(0x1873fb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 399 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 335 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fb90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 512 [select]:
net/http.(*persistConn).writeLoop(0x1875d4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 847 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 912 [select]:
net/http.(*persistConn).writeLoop(0x188bfaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 367 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 344 [select]:
net/http.(*persistConn).writeLoop(0x1873fbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 343 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 368 [select]:
net/http.(*persistConn).writeLoop(0x1873fcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 775 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 464 [select]:
net/http.(*persistConn).writeLoop(0x1875d0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 463 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 352 [select]:
net/http.(*persistConn).writeLoop(0x1873fc30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 351 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fc30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 592 [select]:
net/http.(*persistConn).writeLoop(0x1875ddc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 359 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 360 [select]:
net/http.(*persistConn).writeLoop(0x1873fc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 712 [select]:
net/http.(*persistConn).writeLoop(0x188bf410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 519 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 520 [select]:
net/http.(*persistConn).writeLoop(0x1875e140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 575 [chan receive]:
net/http.(*persistConn).readLoop(0x1875db90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 408 [select]:
net/http.(*persistConn).writeLoop(0x1873fe60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 407 [chan receive]:
net/http.(*persistConn).readLoop(0x1873fe60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 528 [select]:
net/http.(*persistConn).writeLoop(0x1875d500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 431 [chan receive]:
net/http.(*persistConn).readLoop(0x1873ff50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 432 [select]:
net/http.(*persistConn).writeLoop(0x1873ff50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 527 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 416 [select]:
net/http.(*persistConn).writeLoop(0x1873feb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 415 [chan receive]:
net/http.(*persistConn).readLoop(0x1873feb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 576 [select]:
net/http.(*persistConn).writeLoop(0x1875db90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 911 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 688 [select]:
net/http.(*persistConn).writeLoop(0x188bf320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 423 [chan receive]:
net/http.(*persistConn).readLoop(0x1873ff00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 503 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 504 [select]:
net/http.(*persistConn).writeLoop(0x1875d3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 591 [chan receive]:
net/http.(*persistConn).readLoop(0x1875ddc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 472 [select]:
net/http.(*persistConn).writeLoop(0x1875d0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 471 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 776 [select]:
net/http.(*persistConn).writeLoop(0x188bf640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 639 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 640 [select]:
net/http.(*persistConn).writeLoop(0x188bf0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 495 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d2d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 480 [select]:
net/http.(*persistConn).writeLoop(0x1875d1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 479 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 496 [select]:
net/http.(*persistConn).writeLoop(0x1875d2d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 975 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 488 [select]:
net/http.(*persistConn).writeLoop(0x1875ebe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 487 [chan receive]:
net/http.(*persistConn).readLoop(0x1875ebe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 600 [select]:
net/http.(*persistConn).writeLoop(0x188bf000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 656 [select]:
net/http.(*persistConn).writeLoop(0x188bf190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 655 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 536 [select]:
net/http.(*persistConn).writeLoop(0x1875d5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 535 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 784 [select]:
net/http.(*persistConn).writeLoop(0x188bf690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 567 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 568 [select]:
net/http.(*persistConn).writeLoop(0x1875d9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 783 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 544 [select]:
net/http.(*persistConn).writeLoop(0x1875d730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 543 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1176 [select]:
net/http.(*persistConn).writeLoop(0x1875edc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 703 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 664 [select]:
net/http.(*persistConn).writeLoop(0x188bf230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 559 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 552 [select]:
net/http.(*persistConn).writeLoop(0x1875d8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 551 [chan receive]:
net/http.(*persistConn).readLoop(0x1875d8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 560 [select]:
net/http.(*persistConn).writeLoop(0x1875d960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 663 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 599 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 632 [select]:
net/http.(*persistConn).writeLoop(0x188c9f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 631 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 976 [select]:
net/http.(*persistConn).writeLoop(0x1882b6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 719 [chan receive]:
net/http.(*persistConn).readLoop(0x188c98c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 608 [select]:
net/http.(*persistConn).writeLoop(0x188bf050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 607 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 720 [select]:
net/http.(*persistConn).writeLoop(0x188c98c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1039 [chan receive]:
net/http.(*persistConn).readLoop(0x188bff00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 624 [select]:
net/http.(*persistConn).writeLoop(0x188c9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 623 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 616 [select]:
net/http.(*persistConn).writeLoop(0x188bf0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 615 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 728 [select]:
net/http.(*persistConn).writeLoop(0x188bf460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 727 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 856 [select]:
net/http.(*persistConn).writeLoop(0x188bf960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 704 [select]:
net/http.(*persistConn).writeLoop(0x188bf3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1111 [chan receive]:
net/http.(*persistConn).readLoop(0x18777b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1112 [select]:
net/http.(*persistConn).writeLoop(0x18777b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 839 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 672 [select]:
net/http.(*persistConn).writeLoop(0x188bf280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 671 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 840 [select]:
net/http.(*persistConn).writeLoop(0x188bf8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 695 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 696 [select]:
net/http.(*persistConn).writeLoop(0x188bf370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1175 [chan receive]:
net/http.(*persistConn).readLoop(0x1875edc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 680 [select]:
net/http.(*persistConn).writeLoop(0x188bf2d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 679 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf2d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 968 [select]:
net/http.(*persistConn).writeLoop(0x1896a730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 791 [chan receive]:
net/http.(*persistConn).readLoop(0x18777a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 952 [select]:
net/http.(*persistConn).writeLoop(0x188bfc30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 687 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 767 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 768 [select]:
net/http.(*persistConn).writeLoop(0x188bf5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 855 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 736 [select]:
net/http.(*persistConn).writeLoop(0x188bf4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 735 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1040 [select]:
net/http.(*persistConn).writeLoop(0x188bff00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 903 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 904 [select]:
net/http.(*persistConn).writeLoop(0x188bfaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 759 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 744 [select]:
net/http.(*persistConn).writeLoop(0x188bf500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 743 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 760 [select]:
net/http.(*persistConn).writeLoop(0x188bf550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1303 [chan receive]:
net/http.(*persistConn).readLoop(0x1896a370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 752 [select]:
net/http.(*persistConn).writeLoop(0x1882be60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 751 [chan receive]:
net/http.(*persistConn).readLoop(0x1882be60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 864 [select]:
net/http.(*persistConn).writeLoop(0x188bf9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 792 [select]:
net/http.(*persistConn).writeLoop(0x18777a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 967 [chan receive]:
net/http.(*persistConn).readLoop(0x1896a730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 800 [select]:
net/http.(*persistConn).writeLoop(0x188bf6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 799 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1304 [select]:
net/http.(*persistConn).writeLoop(0x1896a370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 831 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 832 [select]:
net/http.(*persistConn).writeLoop(0x188bf870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 919 [chan receive]:
net/http.(*persistConn).readLoop(0x18777e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 808 [select]:
net/http.(*persistConn).writeLoop(0x188bf730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 807 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 920 [select]:
net/http.(*persistConn).writeLoop(0x18777e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1239 [chan receive]:
net/http.(*persistConn).readLoop(0x189e11e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 928 [select]:
net/http.(*persistConn).writeLoop(0x188bfb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 823 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 816 [select]:
net/http.(*persistConn).writeLoop(0x188bf780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 815 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 824 [select]:
net/http.(*persistConn).writeLoop(0x188bf7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 927 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 863 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf9b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1375 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 983 [chan receive]:
net/http.(*persistConn).readLoop(0x1896a8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 984 [select]:
net/http.(*persistConn).writeLoop(0x1896a8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 895 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfa50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 872 [select]:
net/http.(*persistConn).writeLoop(0x188bfa00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 871 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfa00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 896 [select]:
net/http.(*persistConn).writeLoop(0x188bfa50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1576 [select]:
net/http.(*persistConn).writeLoop(0x189e1c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 888 [select]:
net/http.(*persistConn).writeLoop(0x1875e0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 887 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 992 [select]:
net/http.(*persistConn).writeLoop(0x188bfd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 991 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1120 [select]:
net/http.(*persistConn).writeLoop(0x18777c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 879 [chan receive]:
net/http.(*persistConn).readLoop(0x18777460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 880 [select]:
net/http.(*persistConn).writeLoop(0x18777460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1240 [select]:
net/http.(*persistConn).writeLoop(0x189e11e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1047 [chan receive]:
net/http.(*persistConn).readLoop(0x1896ad20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1048 [select]:
net/http.(*persistConn).writeLoop(0x1896ad20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1103 [chan receive]:
net/http.(*persistConn).readLoop(0x18777820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 936 [select]:
net/http.(*persistConn).writeLoop(0x188bfb90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 935 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfb90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1056 [select]:
net/http.(*persistConn).writeLoop(0x188bff50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 959 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 960 [select]:
net/http.(*persistConn).writeLoop(0x188bfc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1055 [chan receive]:
net/http.(*persistConn).readLoop(0x188bff50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 944 [select]:
net/http.(*persistConn).writeLoop(0x188bfbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 943 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1104 [select]:
net/http.(*persistConn).writeLoop(0x18777820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1376 [select]:
net/http.(*persistConn).writeLoop(0x189e1500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1015 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 951 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfc30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1031 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1032 [select]:
net/http.(*persistConn).writeLoop(0x188bfeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1119 [chan receive]:
net/http.(*persistConn).readLoop(0x18777c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1000 [select]:
net/http.(*persistConn).writeLoop(0x188bfd70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 999 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfd70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1248 [select]:
net/http.(*persistConn).writeLoop(0x189e1230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1167 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1168 [select]:
net/http.(*persistConn).writeLoop(0x1875e910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1023 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfe60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1008 [select]:
net/http.(*persistConn).writeLoop(0x188bfdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1007 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1024 [select]:
net/http.(*persistConn).writeLoop(0x188bfe60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1247 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1160 [select]:
net/http.(*persistConn).writeLoop(0x1882bc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1216 [select]:
net/http.(*persistConn).writeLoop(0x189e10f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1280 [select]:
net/http.(*persistConn).writeLoop(0x189e1320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1096 [select]:
net/http.(*persistConn).writeLoop(0x1882b410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1095 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1064 [select]:
net/http.(*persistConn).writeLoop(0x188bffa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1063 [chan receive]:
net/http.(*persistConn).readLoop(0x188bffa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1184 [select]:
net/http.(*persistConn).writeLoop(0x1875ef00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1183 [chan receive]:
net/http.(*persistConn).readLoop(0x1875ef00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1312 [select]:
net/http.(*persistConn).writeLoop(0x189e1370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1311 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1072 [select]:
net/http.(*persistConn).writeLoop(0x187772d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1071 [chan receive]:
net/http.(*persistConn).readLoop(0x187772d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1575 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1231 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1192 [select]:
net/http.(*persistConn).writeLoop(0x189e1000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1087 [chan receive]:
net/http.(*persistConn).readLoop(0x18777780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1080 [select]:
net/http.(*persistConn).writeLoop(0x18777410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1079 [chan receive]:
net/http.(*persistConn).readLoop(0x18777410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1088 [select]:
net/http.(*persistConn).writeLoop(0x18777780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1191 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1159 [chan receive]:
net/http.(*persistConn).readLoop(0x1882bc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1439 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1127 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1128 [select]:
net/http.(*persistConn).writeLoop(0x1882b640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1440 [select]:
net/http.(*persistConn).writeLoop(0x189e1780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1136 [select]:
net/http.(*persistConn).writeLoop(0x18777d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1135 [chan receive]:
net/http.(*persistConn).readLoop(0x18777d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1296 [select]:
net/http.(*persistConn).writeLoop(0x1896af00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1295 [chan receive]:
net/http.(*persistConn).readLoop(0x1896af00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1639 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1384 [select]:
net/http.(*persistConn).writeLoop(0x189e1550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1144 [select]:
net/http.(*persistConn).writeLoop(0x1875e8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1143 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1383 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1151 [chan receive]:
net/http.(*persistConn).readLoop(0x1875e5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1152 [select]:
net/http.(*persistConn).writeLoop(0x1875e5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1232 [select]:
net/http.(*persistConn).writeLoop(0x189e1190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1368 [select]:
net/http.(*persistConn).writeLoop(0x189e9fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1367 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1640 [select]:
net/http.(*persistConn).writeLoop(0x189e1eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1200 [select]:
net/http.(*persistConn).writeLoop(0x189e1050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1199 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1503 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1223 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1224 [select]:
net/http.(*persistConn).writeLoop(0x189e1140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1448 [select]:
net/http.(*persistConn).writeLoop(0x189e1820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1208 [select]:
net/http.(*persistConn).writeLoop(0x189e10a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1207 [chan receive]:
net/http.(*persistConn).readLoop(0x189e10a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1447 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1319 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1279 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1215 [chan receive]:
net/http.(*persistConn).readLoop(0x189e10f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1255 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1256 [select]:
net/http.(*persistConn).writeLoop(0x189e9af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1512 [select]:
net/http.(*persistConn).writeLoop(0x189e1aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1264 [select]:
net/http.(*persistConn).writeLoop(0x189e1280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1263 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1288 [select]:
net/http.(*persistConn).writeLoop(0x189e9d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1287 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1511 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2263 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1272 [select]:
net/http.(*persistConn).writeLoop(0x189e12d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1271 [chan receive]:
net/http.(*persistConn).readLoop(0x189e12d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1431 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1392 [select]:
net/http.(*persistConn).writeLoop(0x189e15a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1391 [chan receive]:
net/http.(*persistConn).readLoop(0x189e15a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1416 [select]:
net/http.(*persistConn).writeLoop(0x189e1690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1320 [select]:
net/http.(*persistConn).writeLoop(0x189e9aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1504 [select]:
net/http.(*persistConn).writeLoop(0x189e1a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1328 [select]:
net/http.(*persistConn).writeLoop(0x189e13c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1327 [chan receive]:
net/http.(*persistConn).readLoop(0x189e13c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1839 [chan receive]:
net/http.(*persistConn).readLoop(0x18b095f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1632 [select]:
net/http.(*persistConn).writeLoop(0x189e9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1359 [chan receive]:
net/http.(*persistConn).readLoop(0x189e14b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1360 [select]:
net/http.(*persistConn).writeLoop(0x189e14b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1336 [select]:
net/http.(*persistConn).writeLoop(0x189e1410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1335 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1631 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1456 [select]:
net/http.(*persistConn).writeLoop(0x189e18c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1455 [chan receive]:
net/http.(*persistConn).readLoop(0x189e18c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1351 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1352 [select]:
net/http.(*persistConn).writeLoop(0x189e1460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1584 [select]:
net/http.(*persistConn).writeLoop(0x189e1cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1432 [select]:
net/http.(*persistConn).writeLoop(0x189e1730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1343 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1344 [select]:
net/http.(*persistConn).writeLoop(0x189e9a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1703 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1424 [select]:
net/http.(*persistConn).writeLoop(0x188c9c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1423 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1400 [select]:
net/http.(*persistConn).writeLoop(0x189e15f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1399 [chan receive]:
net/http.(*persistConn).readLoop(0x189e15f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1704 [select]:
net/http.(*persistConn).writeLoop(0x188c9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1567 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1568 [select]:
net/http.(*persistConn).writeLoop(0x189e1c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1776 [select]:
net/http.(*persistConn).writeLoop(0x188c9d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1408 [select]:
net/http.(*persistConn).writeLoop(0x189e1640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1407 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1775 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1519 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1680 [select]:
net/http.(*persistConn).writeLoop(0x189e1fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1415 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1495 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1496 [select]:
net/http.(*persistConn).writeLoop(0x189e1a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1583 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1464 [select]:
net/http.(*persistConn).writeLoop(0x189e1960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1463 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1840 [select]:
net/http.(*persistConn).writeLoop(0x18b095f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1992 [select]:
net/http.(*persistConn).writeLoop(0x1882beb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1712 [select]:
net/http.(*persistConn).writeLoop(0x188c95a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1487 [chan receive]:
net/http.(*persistConn).readLoop(0x189e19b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1488 [select]:
net/http.(*persistConn).writeLoop(0x189e19b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1711 [chan receive]:
net/http.(*persistConn).readLoop(0x188c95a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1480 [select]:
net/http.(*persistConn).writeLoop(0x1882b320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1471 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1472 [select]:
net/http.(*persistConn).writeLoop(0x1882b5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1479 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1592 [select]:
net/http.(*persistConn).writeLoop(0x189e1d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1520 [select]:
net/http.(*persistConn).writeLoop(0x18a85050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2264 [select]:
net/http.(*persistConn).writeLoop(0x18a85140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1528 [select]:
net/http.(*persistConn).writeLoop(0x189e1af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1527 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2079 [chan receive]:
net/http.(*persistConn).readLoop(0x18b093c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1559 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1560 [select]:
net/http.(*persistConn).writeLoop(0x189e1b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1647 [chan receive]:
net/http.(*persistConn).readLoop(0x189e92d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1552 [select]:
net/http.(*persistConn).writeLoop(0x189e9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1551 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1648 [select]:
net/http.(*persistConn).writeLoop(0x189e92d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1535 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1536 [select]:
net/http.(*persistConn).writeLoop(0x189e9320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1695 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1544 [select]:
net/http.(*persistConn).writeLoop(0x189e1b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1543 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1696 [select]:
net/http.(*persistConn).writeLoop(0x188c9500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1911 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1591 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1767 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1768 [select]:
net/http.(*persistConn).writeLoop(0x188c9be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1848 [select]:
net/http.(*persistConn).writeLoop(0x188bfcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1623 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1624 [select]:
net/http.(*persistConn).writeLoop(0x189e1e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1847 [chan receive]:
net/http.(*persistConn).readLoop(0x188bfcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1616 [select]:
net/http.(*persistConn).writeLoop(0x188c9e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1599 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1600 [select]:
net/http.(*persistConn).writeLoop(0x188c9280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1615 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1608 [select]:
net/http.(*persistConn).writeLoop(0x189e1d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1607 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1904 [select]:
net/http.(*persistConn).writeLoop(0x18a85e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1759 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1760 [select]:
net/http.(*persistConn).writeLoop(0x188c9b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1912 [select]:
net/http.(*persistConn).writeLoop(0x18b09f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1655 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1656 [select]:
net/http.(*persistConn).writeLoop(0x188c9730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1784 [select]:
net/http.(*persistConn).writeLoop(0x1873f370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1664 [select]:
net/http.(*persistConn).writeLoop(0x189e1f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1663 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1783 [chan receive]:
net/http.(*persistConn).readLoop(0x1873f370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1687 [chan receive]:
net/http.(*persistConn).readLoop(0x188bf5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1688 [select]:
net/http.(*persistConn).writeLoop(0x188bf5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1983 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1831 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1832 [select]:
net/http.(*persistConn).writeLoop(0x188c9dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2368 [select]:
net/http.(*persistConn).writeLoop(0x18b09eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1671 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1672 [select]:
net/http.(*persistConn).writeLoop(0x188c9a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1679 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1719 [chan receive]:
net/http.(*persistConn).readLoop(0x1882bbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1720 [select]:
net/http.(*persistConn).writeLoop(0x1882bbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1903 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1752 [select]:
net/http.(*persistConn).writeLoop(0x1882ba00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1751 [chan receive]:
net/http.(*persistConn).readLoop(0x1882ba00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1991 [chan receive]:
net/http.(*persistConn).readLoop(0x1882beb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1727 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1728 [select]:
net/http.(*persistConn).writeLoop(0x188c9460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2176 [select]:
net/http.(*persistConn).writeLoop(0x18b09d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1736 [select]:
net/http.(*persistConn).writeLoop(0x188c95f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1735 [chan receive]:
net/http.(*persistConn).readLoop(0x188c95f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1856 [select]:
net/http.(*persistConn).writeLoop(0x18a85280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1855 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1744 [select]:
net/http.(*persistConn).writeLoop(0x1882baa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1743 [chan receive]:
net/http.(*persistConn).readLoop(0x1882baa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2175 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1920 [select]:
net/http.(*persistConn).writeLoop(0x18a85b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1919 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1984 [select]:
net/http.(*persistConn).writeLoop(0x1882b7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1976 [select]:
net/http.(*persistConn).writeLoop(0x18a85960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1791 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1792 [select]:
net/http.(*persistConn).writeLoop(0x18b09000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1823 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1800 [select]:
net/http.(*persistConn).writeLoop(0x188c93c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1799 [chan receive]:
net/http.(*persistConn).readLoop(0x188c93c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1824 [select]:
net/http.(*persistConn).writeLoop(0x188c9960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1975 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2080 [select]:
net/http.(*persistConn).writeLoop(0x18b093c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1928 [select]:
net/http.(*persistConn).writeLoop(0x18a85b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1808 [select]:
net/http.(*persistConn).writeLoop(0x188c9410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1807 [chan receive]:
net/http.(*persistConn).readLoop(0x188c9410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1927 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1815 [chan receive]:
net/http.(*persistConn).readLoop(0x188c96e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1816 [select]:
net/http.(*persistConn).writeLoop(0x188c96e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1896 [select]:
net/http.(*persistConn).writeLoop(0x18a85d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1895 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2071 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1864 [select]:
net/http.(*persistConn).writeLoop(0x18a852d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1863 [chan receive]:
net/http.(*persistConn).readLoop(0x18a852d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2072 [select]:
net/http.(*persistConn).writeLoop(0x18b6e280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2416 [select]:
net/http.(*persistConn).writeLoop(0x18b6f4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2407 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1872 [select]:
net/http.(*persistConn).writeLoop(0x18a85320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1871 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1999 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2000 [select]:
net/http.(*persistConn).writeLoop(0x18b6f000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2183 [chan receive]:
net/http.(*persistConn).readLoop(0x18b099b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1887 [chan receive]:
net/http.(*persistConn).readLoop(0x18a853c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1880 [select]:
net/http.(*persistConn).writeLoop(0x18a85370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1879 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1888 [select]:
net/http.(*persistConn).writeLoop(0x18a853c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2008 [select]:
net/http.(*persistConn).writeLoop(0x18b6e050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2088 [select]:
net/http.(*persistConn).writeLoop(0x18b6f910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2087 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2167 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2168 [select]:
net/http.(*persistConn).writeLoop(0x18b09d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1967 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1935 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1936 [select]:
net/http.(*persistConn).writeLoop(0x18a85820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1968 [select]:
net/http.(*persistConn).writeLoop(0x18a85910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3008 [select]:
net/http.(*persistConn).writeLoop(0x18c33500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2288 [select]:
net/http.(*persistConn).writeLoop(0x18b09a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1943 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1944 [select]:
net/http.(*persistConn).writeLoop(0x18a85460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1952 [select]:
net/http.(*persistConn).writeLoop(0x18a857d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 1951 [chan receive]:
net/http.(*persistConn).readLoop(0x18a857d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2271 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1959 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 1960 [select]:
net/http.(*persistConn).writeLoop(0x18a85870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2007 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2063 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2016 [select]:
net/http.(*persistConn).writeLoop(0x18b6e0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2015 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2064 [select]:
net/http.(*persistConn).writeLoop(0x18b6e230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2184 [select]:
net/http.(*persistConn).writeLoop(0x18b099b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2192 [select]:
net/http.(*persistConn).writeLoop(0x18b6ee10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2024 [select]:
net/http.(*persistConn).writeLoop(0x18b6e0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2023 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e0f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2191 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ee10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2256 [select]:
net/http.(*persistConn).writeLoop(0x18a850f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2055 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2032 [select]:
net/http.(*persistConn).writeLoop(0x18b6e140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2031 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2056 [select]:
net/http.(*persistConn).writeLoop(0x18b6e1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2048 [select]:
net/http.(*persistConn).writeLoop(0x18b6fe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2047 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6fe10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2040 [select]:
net/http.(*persistConn).writeLoop(0x18b6e190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2039 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2255 [chan receive]:
net/http.(*persistConn).readLoop(0x18a850f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2408 [select]:
net/http.(*persistConn).writeLoop(0x18c32500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2415 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2095 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6eeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2096 [select]:
net/http.(*persistConn).writeLoop(0x18b6eeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2159 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2160 [select]:
net/http.(*persistConn).writeLoop(0x18b09870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2272 [select]:
net/http.(*persistConn).writeLoop(0x18a85190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2103 [chan receive]:
net/http.(*persistConn).readLoop(0x18b094b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2104 [select]:
net/http.(*persistConn).writeLoop(0x18b094b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2152 [select]:
net/http.(*persistConn).writeLoop(0x18b6ef50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2112 [select]:
net/http.(*persistConn).writeLoop(0x18b6ea50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2111 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ea50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2151 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ef50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2120 [select]:
net/http.(*persistConn).writeLoop(0x18b6eaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2119 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6eaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2280 [select]:
net/http.(*persistConn).writeLoop(0x18b6ea00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2279 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ea00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2287 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2144 [select]:
net/http.(*persistConn).writeLoop(0x18b6e8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2128 [select]:
net/http.(*persistConn).writeLoop(0x18b6eaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2127 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6eaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2143 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e8c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2135 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2136 [select]:
net/http.(*persistConn).writeLoop(0x18b6e000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2200 [select]:
net/http.(*persistConn).writeLoop(0x18b6ee60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2199 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ee60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2248 [select]:
net/http.(*persistConn).writeLoop(0x18a85000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2247 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2440 [select]:
net/http.(*persistConn).writeLoop(0x18c33730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2439 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2431 [chan receive]:
net/http.(*persistConn).readLoop(0x18c339b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2423 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2216 [select]:
net/http.(*persistConn).writeLoop(0x18b09280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2207 [chan receive]:
net/http.(*persistConn).readLoop(0x1896a820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2208 [select]:
net/http.(*persistConn).writeLoop(0x1896a820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2215 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2424 [select]:
net/http.(*persistConn).writeLoop(0x18c33960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2239 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2240 [select]:
net/http.(*persistConn).writeLoop(0x18b09320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2432 [select]:
net/http.(*persistConn).writeLoop(0x18c339b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2232 [select]:
net/http.(*persistConn).writeLoop(0x1896aaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2231 [chan receive]:
net/http.(*persistConn).readLoop(0x1896aaf0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2448 [select]:
net/http.(*persistConn).writeLoop(0x18c329b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2223 [chan receive]:
net/http.(*persistConn).readLoop(0x1896acd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2224 [select]:
net/http.(*persistConn).writeLoop(0x1896acd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2447 [chan receive]:
net/http.(*persistConn).readLoop(0x18c329b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2399 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2400 [select]:
net/http.(*persistConn).writeLoop(0x18b6f460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2295 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2296 [select]:
net/http.(*persistConn).writeLoop(0x18b6e910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2304 [select]:
net/http.(*persistConn).writeLoop(0x18b6edc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2303 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6edc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2312 [select]:
net/http.(*persistConn).writeLoop(0x1896a960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2311 [chan receive]:
net/http.(*persistConn).readLoop(0x1896a960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2391 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2383 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2384 [select]:
net/http.(*persistConn).writeLoop(0x18c33000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2392 [select]:
net/http.(*persistConn).writeLoop(0x18b6f410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2328 [select]:
net/http.(*persistConn).writeLoop(0x18b6ed20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2319 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2320 [select]:
net/http.(*persistConn).writeLoop(0x18b09b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2327 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ed20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2376 [select]:
net/http.(*persistConn).writeLoop(0x1875dcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2375 [chan receive]:
net/http.(*persistConn).readLoop(0x1875dcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2335 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2336 [select]:
net/http.(*persistConn).writeLoop(0x18b6e500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2344 [select]:
net/http.(*persistConn).writeLoop(0x18b09140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2343 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2352 [select]:
net/http.(*persistConn).writeLoop(0x1896adc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2351 [chan receive]:
net/http.(*persistConn).readLoop(0x1896adc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2360 [select]:
net/http.(*persistConn).writeLoop(0x18b09410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2359 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2367 [chan receive]:
net/http.(*persistConn).readLoop(0x18b09eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2920 [select]:
net/http.(*persistConn).writeLoop(0x18b6e730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2856 [select]:
net/http.(*persistConn).writeLoop(0x18ce9640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2512 [select]:
net/http.(*persistConn).writeLoop(0x18c32460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2456 [select]:
net/http.(*persistConn).writeLoop(0x18c32a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2455 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2511 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2464 [select]:
net/http.(*persistConn).writeLoop(0x18c320a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2463 [chan receive]:
net/http.(*persistConn).readLoop(0x18c320a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2480 [select]:
net/http.(*persistConn).writeLoop(0x18c326e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2479 [chan receive]:
net/http.(*persistConn).readLoop(0x18c326e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2784 [select]:
net/http.(*persistConn).writeLoop(0x18ced0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2471 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2472 [select]:
net/http.(*persistConn).writeLoop(0x18c33eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2520 [select]:
net/http.(*persistConn).writeLoop(0x18c32820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2495 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2487 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2488 [select]:
net/http.(*persistConn).writeLoop(0x18c32960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2496 [select]:
net/http.(*persistConn).writeLoop(0x18c32e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2503 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2504 [select]:
net/http.(*persistConn).writeLoop(0x18b6f550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2519 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2592 [select]:
net/http.(*persistConn).writeLoop(0x189e9910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2576 [select]:
net/http.(*persistConn).writeLoop(0x18b6fcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2544 [select]:
net/http.(*persistConn).writeLoop(0x18c32c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2527 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2528 [select]:
net/http.(*persistConn).writeLoop(0x18b6f5a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2543 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2535 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2536 [select]:
net/http.(*persistConn).writeLoop(0x18b6f640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2575 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6fcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2591 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2567 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2551 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2552 [select]:
net/http.(*persistConn).writeLoop(0x18c33be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2559 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2560 [select]:
net/http.(*persistConn).writeLoop(0x18c33c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2568 [select]:
net/http.(*persistConn).writeLoop(0x18c33c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2783 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced0a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2728 [select]:
net/http.(*persistConn).writeLoop(0x189e9190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2583 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2584 [select]:
net/http.(*persistConn).writeLoop(0x18c33cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2648 [select]:
net/http.(*persistConn).writeLoop(0x18b6feb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2647 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6feb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2599 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2600 [select]:
net/http.(*persistConn).writeLoop(0x18c33d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2711 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2607 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2608 [select]:
net/http.(*persistConn).writeLoop(0x18c33d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2615 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2616 [select]:
net/http.(*persistConn).writeLoop(0x18c33dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2679 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2631 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2623 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2624 [select]:
net/http.(*persistConn).writeLoop(0x18c33e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2632 [select]:
net/http.(*persistConn).writeLoop(0x18c33e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2639 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2640 [select]:
net/http.(*persistConn).writeLoop(0x189e1870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2663 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2655 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2656 [select]:
net/http.(*persistConn).writeLoop(0x189e1910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2664 [select]:
net/http.(*persistConn).writeLoop(0x189e1be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2671 [chan receive]:
net/http.(*persistConn).readLoop(0x189e1dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2672 [select]:
net/http.(*persistConn).writeLoop(0x189e1dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2680 [select]:
net/http.(*persistConn).writeLoop(0x189e1f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2687 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2688 [select]:
net/http.(*persistConn).writeLoop(0x18b6e320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2695 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2696 [select]:
net/http.(*persistConn).writeLoop(0x18b6e3c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2703 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2704 [select]:
net/http.(*persistConn).writeLoop(0x18b6e410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2712 [select]:
net/http.(*persistConn).writeLoop(0x18b6e460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2727 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2719 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2720 [select]:
net/http.(*persistConn).writeLoop(0x18b6e4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2792 [select]:
net/http.(*persistConn).writeLoop(0x18ce91e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2736 [select]:
net/http.(*persistConn).writeLoop(0x1882b1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2735 [chan receive]:
net/http.(*persistConn).readLoop(0x1882b1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2767 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2759 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2751 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2743 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2744 [select]:
net/http.(*persistConn).writeLoop(0x18c32eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2752 [select]:
net/http.(*persistConn).writeLoop(0x18c32f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2760 [select]:
net/http.(*persistConn).writeLoop(0x18c32fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2768 [select]:
net/http.(*persistConn).writeLoop(0x18ce9000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2775 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2776 [select]:
net/http.(*persistConn).writeLoop(0x18ce9050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2791 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce91e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2808 [select]:
net/http.(*persistConn).writeLoop(0x18ce9410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2800 [select]:
net/http.(*persistConn).writeLoop(0x18ced370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2799 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2807 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2824 [select]:
net/http.(*persistConn).writeLoop(0x18ce95a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2823 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce95a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2832 [select]:
net/http.(*persistConn).writeLoop(0x18ced690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2815 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2816 [select]:
net/http.(*persistConn).writeLoop(0x18c33190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2831 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2840 [select]:
net/http.(*persistConn).writeLoop(0x18ce9730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2839 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2855 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2888 [select]:
net/http.(*persistConn).writeLoop(0x18cedb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2864 [select]:
net/http.(*persistConn).writeLoop(0x18ced870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2847 [chan receive]:
net/http.(*persistConn).readLoop(0x18c331e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2848 [select]:
net/http.(*persistConn).writeLoop(0x18c331e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2863 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2887 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedb40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2919 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2879 [chan receive]:
net/http.(*persistConn).readLoop(0x18c332d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2871 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2872 [select]:
net/http.(*persistConn).writeLoop(0x18c33280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2880 [select]:
net/http.(*persistConn).writeLoop(0x18c332d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2976 [select]:
net/http.(*persistConn).writeLoop(0x18c33370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2903 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2895 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2896 [select]:
net/http.(*persistConn).writeLoop(0x18ced7d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2904 [select]:
net/http.(*persistConn).writeLoop(0x18ced820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2928 [select]:
net/http.(*persistConn).writeLoop(0x18ce9f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2911 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2912 [select]:
net/http.(*persistConn).writeLoop(0x18ced910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2927 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2975 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2936 [select]:
net/http.(*persistConn).writeLoop(0x18ce9fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2935 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2952 [select]:
net/http.(*persistConn).writeLoop(0x18ce9d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2951 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2943 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2944 [select]:
net/http.(*persistConn).writeLoop(0x18ce9e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2999 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2991 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2967 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2959 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2960 [select]:
net/http.(*persistConn).writeLoop(0x18ce9cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2968 [select]:
net/http.(*persistConn).writeLoop(0x18a85a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2983 [chan receive]:
net/http.(*persistConn).readLoop(0x18a85cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 2984 [select]:
net/http.(*persistConn).writeLoop(0x18a85cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 2992 [select]:
net/http.(*persistConn).writeLoop(0x18a85fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3000 [select]:
net/http.(*persistConn).writeLoop(0x18c32dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3007 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3032 [select]:
net/http.(*persistConn).writeLoop(0x18c335f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3031 [chan receive]:
net/http.(*persistConn).readLoop(0x18c335f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3040 [select]:
net/http.(*persistConn).writeLoop(0x18c33640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3015 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce94b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3016 [select]:
net/http.(*persistConn).writeLoop(0x18ce94b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3023 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3024 [select]:
net/http.(*persistConn).writeLoop(0x18ce9550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3039 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3864 [select]:
net/http.(*persistConn).writeLoop(0x18df52d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3056 [select]:
net/http.(*persistConn).writeLoop(0x18ce9aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3055 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3047 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3048 [select]:
net/http.(*persistConn).writeLoop(0x18c32230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3863 [chan receive]:
net/http.(*persistConn).readLoop(0x18df52d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3064 [select]:
net/http.(*persistConn).writeLoop(0x18ce9b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3063 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3176 [select]:
net/http.(*persistConn).writeLoop(0x18ce9a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3072 [select]:
net/http.(*persistConn).writeLoop(0x18ce9be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3071 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9be0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3080 [select]:
net/http.(*persistConn).writeLoop(0x18c33af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3079 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3088 [select]:
net/http.(*persistConn).writeLoop(0x18c33b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3087 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3096 [select]:
net/http.(*persistConn).writeLoop(0x1896aeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3095 [chan receive]:
net/http.(*persistConn).readLoop(0x1896aeb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3175 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3104 [select]:
net/http.(*persistConn).writeLoop(0x18d87050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3103 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3872 [select]:
net/http.(*persistConn).writeLoop(0x18df5c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3680 [select]:
net/http.(*persistConn).writeLoop(0x18df5640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3151 [chan receive]:
net/http.(*persistConn).readLoop(0x18ceddc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3111 [chan receive]:
net/http.(*persistConn).readLoop(0x18c323c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3112 [select]:
net/http.(*persistConn).writeLoop(0x18c323c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3119 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3120 [select]:
net/http.(*persistConn).writeLoop(0x18c32410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3143 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3127 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3128 [select]:
net/http.(*persistConn).writeLoop(0x18cedc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3135 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3136 [select]:
net/http.(*persistConn).writeLoop(0x18cedcd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3144 [select]:
net/http.(*persistConn).writeLoop(0x18cedd20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3152 [select]:
net/http.(*persistConn).writeLoop(0x18ceddc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3167 [chan receive]:
net/http.(*persistConn).readLoop(0x18cede60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3159 [chan receive]:
net/http.(*persistConn).readLoop(0x18cede10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3160 [select]:
net/http.(*persistConn).writeLoop(0x18cede10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3168 [select]:
net/http.(*persistConn).writeLoop(0x18cede60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3184 [select]:
net/http.(*persistConn).writeLoop(0x18ce9e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3183 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3632 [select]:
net/http.(*persistConn).writeLoop(0x18df5910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3631 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3664 [select]:
net/http.(*persistConn).writeLoop(0x18df51e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3600 [select]:
net/http.(*persistConn).writeLoop(0x18df5d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3191 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3192 [select]:
net/http.(*persistConn).writeLoop(0x18d87f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3208 [select]:
net/http.(*persistConn).writeLoop(0x18cedaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3207 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedaa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3496 [select]:
net/http.(*persistConn).writeLoop(0x18d87e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3199 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3200 [select]:
net/http.(*persistConn).writeLoop(0x18d87f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3224 [select]:
net/http.(*persistConn).writeLoop(0x18ced500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3223 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3215 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3216 [select]:
net/http.(*persistConn).writeLoop(0x18d87fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3480 [select]:
net/http.(*persistConn).writeLoop(0x18b6fbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3464 [select]:
net/http.(*persistConn).writeLoop(0x18df5eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3392 [select]:
net/http.(*persistConn).writeLoop(0x18d87230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3256 [select]:
net/http.(*persistConn).writeLoop(0x18ce90f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3231 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3232 [select]:
net/http.(*persistConn).writeLoop(0x18c33a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3255 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce90f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3247 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3239 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3240 [select]:
net/http.(*persistConn).writeLoop(0x18ced410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3248 [select]:
net/http.(*persistConn).writeLoop(0x18ced460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3376 [select]:
net/http.(*persistConn).writeLoop(0x18d874b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3264 [select]:
net/http.(*persistConn).writeLoop(0x18ced280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3263 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3375 [chan receive]:
net/http.(*persistConn).readLoop(0x18d874b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3272 [select]:
net/http.(*persistConn).writeLoop(0x18c325f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3271 [chan receive]:
net/http.(*persistConn).readLoop(0x18c325f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3336 [select]:
net/http.(*persistConn).writeLoop(0x18d87140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3280 [select]:
net/http.(*persistConn).writeLoop(0x18c32640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3279 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3335 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3319 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3295 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3287 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3288 [select]:
net/http.(*persistConn).writeLoop(0x18ce9910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3296 [select]:
net/http.(*persistConn).writeLoop(0x18ce9870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3311 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3303 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3304 [select]:
net/http.(*persistConn).writeLoop(0x18ced000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3312 [select]:
net/http.(*persistConn).writeLoop(0x18ced190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3320 [select]:
net/http.(*persistConn).writeLoop(0x18ced4b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3327 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3328 [select]:
net/http.(*persistConn).writeLoop(0x18df5000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3391 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3367 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3343 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3344 [select]:
net/http.(*persistConn).writeLoop(0x18d87000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3351 [chan receive]:
net/http.(*persistConn).readLoop(0x18d870f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3352 [select]:
net/http.(*persistConn).writeLoop(0x18d870f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3359 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3360 [select]:
net/http.(*persistConn).writeLoop(0x18ced050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3368 [select]:
net/http.(*persistConn).writeLoop(0x18ced1e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3400 [select]:
net/http.(*persistConn).writeLoop(0x18d87280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3399 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3383 [chan receive]:
net/http.(*persistConn).readLoop(0x18ced230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3384 [select]:
net/http.(*persistConn).writeLoop(0x18ced230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3463 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3479 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6fbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3423 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3415 [chan receive]:
net/http.(*persistConn).readLoop(0x18d871e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3407 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedd70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3408 [select]:
net/http.(*persistConn).writeLoop(0x18cedd70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3416 [select]:
net/http.(*persistConn).writeLoop(0x18d871e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3424 [select]:
net/http.(*persistConn).writeLoop(0x18d87550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3431 [chan receive]:
net/http.(*persistConn).readLoop(0x18d875a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3432 [select]:
net/http.(*persistConn).writeLoop(0x18d875a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3447 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3439 [chan receive]:
net/http.(*persistConn).readLoop(0x18cedbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3440 [select]:
net/http.(*persistConn).writeLoop(0x18cedbe0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3448 [select]:
net/http.(*persistConn).writeLoop(0x18d87730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3455 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3456 [select]:
net/http.(*persistConn).writeLoop(0x18d87780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3495 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3512 [select]:
net/http.(*persistConn).writeLoop(0x18b6e690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3471 [chan receive]:
net/http.(*persistConn).readLoop(0x18d877d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3472 [select]:
net/http.(*persistConn).writeLoop(0x18d877d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3487 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3488 [select]:
net/http.(*persistConn).writeLoop(0x18d87820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3504 [select]:
net/http.(*persistConn).writeLoop(0x18d87eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3503 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3511 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3584 [select]:
net/http.(*persistConn).writeLoop(0x18df5e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3528 [select]:
net/http.(*persistConn).writeLoop(0x18d87d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3527 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3583 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3519 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3520 [select]:
net/http.(*persistConn).writeLoop(0x18ce9f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3599 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3536 [select]:
net/http.(*persistConn).writeLoop(0x18d87d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3535 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3623 [chan receive]:
net/http.(*persistConn).readLoop(0x18e731e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3575 [chan receive]:
net/http.(*persistConn).readLoop(0x18e730a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3543 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce93c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3544 [select]:
net/http.(*persistConn).writeLoop(0x18ce93c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3559 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3551 [chan receive]:
net/http.(*persistConn).readLoop(0x189e9780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3552 [select]:
net/http.(*persistConn).writeLoop(0x189e9780)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3560 [select]:
net/http.(*persistConn).writeLoop(0x18e73000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3567 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3568 [select]:
net/http.(*persistConn).writeLoop(0x18e73050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3576 [select]:
net/http.(*persistConn).writeLoop(0x18e730a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3591 [chan receive]:
net/http.(*persistConn).readLoop(0x18e730f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3592 [select]:
net/http.(*persistConn).writeLoop(0x18e730f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3615 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3607 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3608 [select]:
net/http.(*persistConn).writeLoop(0x18e73140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3616 [select]:
net/http.(*persistConn).writeLoop(0x18e73190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3624 [select]:
net/http.(*persistConn).writeLoop(0x18e731e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3663 [chan receive]:
net/http.(*persistConn).readLoop(0x18df51e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3679 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3639 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3640 [select]:
net/http.(*persistConn).writeLoop(0x18e72eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3647 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3648 [select]:
net/http.(*persistConn).writeLoop(0x18e72f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3655 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3656 [select]:
net/http.(*persistConn).writeLoop(0x18e72f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3808 [select]:
net/http.(*persistConn).writeLoop(0x18e72c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3671 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3672 [select]:
net/http.(*persistConn).writeLoop(0x18e72fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3688 [select]:
net/http.(*persistConn).writeLoop(0x18e72b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3687 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3800 [select]:
net/http.(*persistConn).writeLoop(0x18b6f6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3704 [select]:
net/http.(*persistConn).writeLoop(0x18df5b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3703 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3720 [select]:
net/http.(*persistConn).writeLoop(0x18df5f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3695 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3696 [select]:
net/http.(*persistConn).writeLoop(0x18c33230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3719 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5f50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3752 [select]:
net/http.(*persistConn).writeLoop(0x18e72e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3751 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72e10)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3711 [chan receive]:
net/http.(*persistConn).readLoop(0x18df50a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3712 [select]:
net/http.(*persistConn).writeLoop(0x18df50a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3727 [chan receive]:
net/http.(*persistConn).readLoop(0x18df50f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3728 [select]:
net/http.(*persistConn).writeLoop(0x18df50f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3784 [select]:
net/http.(*persistConn).writeLoop(0x18df5500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3735 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3736 [select]:
net/http.(*persistConn).writeLoop(0x18df5140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3743 [chan receive]:
net/http.(*persistConn).readLoop(0x18df56e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3744 [select]:
net/http.(*persistConn).writeLoop(0x18df56e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3783 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3759 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3760 [select]:
net/http.(*persistConn).writeLoop(0x18df5730)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3767 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3768 [select]:
net/http.(*persistConn).writeLoop(0x18df5820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3799 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6f6e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3775 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3776 [select]:
net/http.(*persistConn).writeLoop(0x18c33b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3807 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3791 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3792 [select]:
net/http.(*persistConn).writeLoop(0x18c32140)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3871 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3855 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3823 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3815 [chan receive]:
net/http.(*persistConn).readLoop(0x18c321e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3816 [select]:
net/http.(*persistConn).writeLoop(0x18c321e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3824 [select]:
net/http.(*persistConn).writeLoop(0x18c32370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3847 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3839 [chan receive]:
net/http.(*persistConn).readLoop(0x18c32910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3831 [chan receive]:
net/http.(*persistConn).readLoop(0x18c328c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3832 [select]:
net/http.(*persistConn).writeLoop(0x18c328c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3840 [select]:
net/http.(*persistConn).writeLoop(0x18c32910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3848 [select]:
net/http.(*persistConn).writeLoop(0x18c32a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3856 [select]:
net/http.(*persistConn).writeLoop(0x18c32d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3888 [select]:
net/http.(*persistConn).writeLoop(0x18df5460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3879 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3880 [select]:
net/http.(*persistConn).writeLoop(0x18d87370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3887 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4559 [chan receive]:
net/http.(*persistConn).readLoop(0x18ff6cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3952 [select]:
net/http.(*persistConn).writeLoop(0x18f33000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3895 [chan receive]:
net/http.(*persistConn).readLoop(0x18d873c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3896 [select]:
net/http.(*persistConn).writeLoop(0x18d873c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3903 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3904 [select]:
net/http.(*persistConn).writeLoop(0x18d87410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3919 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3911 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3912 [select]:
net/http.(*persistConn).writeLoop(0x18d87640)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3920 [select]:
net/http.(*persistConn).writeLoop(0x18d87690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3927 [chan receive]:
net/http.(*persistConn).readLoop(0x18d878c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3928 [select]:
net/http.(*persistConn).writeLoop(0x18d878c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3935 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3936 [select]:
net/http.(*persistConn).writeLoop(0x18e72aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3951 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3960 [select]:
net/http.(*persistConn).writeLoop(0x18e73b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3943 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3944 [select]:
net/http.(*persistConn).writeLoop(0x18e72c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3959 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4552 [select]:
net/http.(*persistConn).writeLoop(0x18f7a280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4551 [chan receive]:
net/http.(*persistConn).readLoop(0x18f7a280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3968 [select]:
net/http.(*persistConn).writeLoop(0x18e73b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3967 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73b90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4040 [select]:
net/http.(*persistConn).writeLoop(0x18d87a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4032 [select]:
net/http.(*persistConn).writeLoop(0x18b6e870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3975 [chan receive]:
net/http.(*persistConn).readLoop(0x18e720a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3976 [select]:
net/http.(*persistConn).writeLoop(0x18e720a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3983 [chan receive]:
net/http.(*persistConn).readLoop(0x18e720f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 3984 [select]:
net/http.(*persistConn).writeLoop(0x18e720f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3992 [select]:
net/http.(*persistConn).writeLoop(0x18e73d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3991 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73d70)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4008 [select]:
net/http.(*persistConn).writeLoop(0x18e72550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4007 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72550)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4016 [select]:
net/http.(*persistConn).writeLoop(0x18e725a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 3999 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4000 [select]:
net/http.(*persistConn).writeLoop(0x18e73320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4015 [chan receive]:
net/http.(*persistConn).readLoop(0x18e725a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4031 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6e870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4039 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4023 [chan receive]:
net/http.(*persistConn).readLoop(0x18e733c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4024 [select]:
net/http.(*persistConn).writeLoop(0x18e733c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4160 [select]:
net/http.(*persistConn).writeLoop(0x18e739b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4048 [select]:
net/http.(*persistConn).writeLoop(0x18e72870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4047 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4056 [select]:
net/http.(*persistConn).writeLoop(0x18d87af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4055 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87af0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4144 [select]:
net/http.(*persistConn).writeLoop(0x18e73280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4128 [select]:
net/http.(*persistConn).writeLoop(0x18f33a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4063 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4064 [select]:
net/http.(*persistConn).writeLoop(0x18e73410)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4071 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4072 [select]:
net/http.(*persistConn).writeLoop(0x18e73460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4088 [select]:
net/http.(*persistConn).writeLoop(0x18d87a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4087 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87a50)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4104 [select]:
net/http.(*persistConn).writeLoop(0x18f7a000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4079 [chan receive]:
net/http.(*persistConn).readLoop(0x18e722d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4080 [select]:
net/http.(*persistConn).writeLoop(0x18e722d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4103 [chan receive]:
net/http.(*persistConn).readLoop(0x18f7a000)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4127 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4095 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4096 [select]:
net/http.(*persistConn).writeLoop(0x18e72320)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4136 [select]:
net/http.(*persistConn).writeLoop(0x18f33d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4111 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4112 [select]:
net/http.(*persistConn).writeLoop(0x18e72370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4119 [chan receive]:
net/http.(*persistConn).readLoop(0x18e723c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4120 [select]:
net/http.(*persistConn).writeLoop(0x18e723c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4135 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4143 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4159 [chan receive]:
net/http.(*persistConn).readLoop(0x18e739b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4560 [select]:
net/http.(*persistConn).writeLoop(0x18ff6cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4151 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4152 [select]:
net/http.(*persistConn).writeLoop(0x18f33910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4168 [select]:
net/http.(*persistConn).writeLoop(0x18e73a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4167 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73a00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4536 [select]:
net/http.(*persistConn).writeLoop(0x18e73960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4176 [select]:
net/http.(*persistConn).writeLoop(0x18e73aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4175 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73aa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4200 [select]:
net/http.(*persistConn).writeLoop(0x18e73e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4199 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73e60)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4535 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73960)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4183 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4184 [select]:
net/http.(*persistConn).writeLoop(0x18e73870)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4191 [chan receive]:
net/http.(*persistConn).readLoop(0x18e738c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4192 [select]:
net/http.(*persistConn).writeLoop(0x18e738c0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4208 [select]:
net/http.(*persistConn).writeLoop(0x18e73eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4207 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73eb0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4543 [chan receive]:
net/http.(*persistConn).readLoop(0x18ff6c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4216 [select]:
net/http.(*persistConn).writeLoop(0x18e73f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4215 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4544 [select]:
net/http.(*persistConn).writeLoop(0x18ff6c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4527 [chan receive]:
net/http.(*persistConn).readLoop(0x18d879b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4232 [select]:
net/http.(*persistConn).writeLoop(0x18ce9690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4223 [chan receive]:
net/http.(*persistConn).readLoop(0x18e735f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4224 [select]:
net/http.(*persistConn).writeLoop(0x18e735f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4231 [chan receive]:
net/http.(*persistConn).readLoop(0x18ce9690)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4240 [select]:
net/http.(*persistConn).writeLoop(0x18c335a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4239 [chan receive]:
net/http.(*persistConn).readLoop(0x18c335a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4352 [select]:
net/http.(*persistConn).writeLoop(0x18ff6050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4248 [select]:
net/http.(*persistConn).writeLoop(0x18c336e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4247 [chan receive]:
net/http.(*persistConn).readLoop(0x18c336e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4336 [select]:
net/http.(*persistConn).writeLoop(0x18d87c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4256 [select]:
net/http.(*persistConn).writeLoop(0x18c33820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4255 [chan receive]:
net/http.(*persistConn).readLoop(0x18c33820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4288 [select]:
net/http.(*persistConn).writeLoop(0x18e72500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4287 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4304 [select]:
net/http.(*persistConn).writeLoop(0x18e721e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4279 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6fdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4263 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4264 [select]:
net/http.(*persistConn).writeLoop(0x18e73c80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4271 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6fc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4272 [select]:
net/http.(*persistConn).writeLoop(0x18b6fc80)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4280 [select]:
net/http.(*persistConn).writeLoop(0x18b6fdc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4296 [select]:
net/http.(*persistConn).writeLoop(0x18e73500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4295 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4303 [chan receive]:
net/http.(*persistConn).readLoop(0x18e721e0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4328 [select]:
net/http.(*persistConn).writeLoop(0x18df5280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4327 [chan receive]:
net/http.(*persistConn).readLoop(0x18df5280)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4312 [select]:
net/http.(*persistConn).writeLoop(0x18e72230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4311 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72230)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4335 [chan receive]:
net/http.(*persistConn).readLoop(0x18d87c30)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4344 [select]:
net/http.(*persistConn).writeLoop(0x18b6ecd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4319 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4320 [select]:
net/http.(*persistConn).writeLoop(0x18e72190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4343 [chan receive]:
net/http.(*persistConn).readLoop(0x18b6ecd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4351 [chan receive]:
net/http.(*persistConn).readLoop(0x18ff6050)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4360 [select]:
net/http.(*persistConn).writeLoop(0x18f33190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4359 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33190)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4432 [select]:
net/http.(*persistConn).writeLoop(0x18f7ab90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4376 [select]:
net/http.(*persistConn).writeLoop(0x18f7a5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4375 [chan receive]:
net/http.(*persistConn).readLoop(0x18f7a5f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4424 [select]:
net/http.(*persistConn).writeLoop(0x18f335f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4367 [chan receive]:
net/http.(*persistConn).readLoop(0x18f330f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4368 [select]:
net/http.(*persistConn).writeLoop(0x18f330f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4400 [select]:
net/http.(*persistConn).writeLoop(0x18f33370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4399 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33370)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4423 [chan receive]:
net/http.(*persistConn).readLoop(0x18f335f0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4383 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4384 [select]:
net/http.(*persistConn).writeLoop(0x18f33f00)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4391 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4392 [select]:
net/http.(*persistConn).writeLoop(0x18e73d20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4431 [chan receive]:
net/http.(*persistConn).readLoop(0x18f7ab90)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4415 [chan receive]:
net/http.(*persistConn).readLoop(0x18e724b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4407 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4408 [select]:
net/http.(*persistConn).writeLoop(0x18e72460)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4416 [select]:
net/http.(*persistConn).writeLoop(0x18e724b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4520 [select]:
net/http.(*persistConn).writeLoop(0x18e73820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4519 [chan receive]:
net/http.(*persistConn).readLoop(0x18e73820)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4512 [select]:
net/http.(*persistConn).writeLoop(0x18e737d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4439 [chan receive]:
net/http.(*persistConn).readLoop(0x18e727d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4440 [select]:
net/http.(*persistConn).writeLoop(0x18e727d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4456 [select]:
net/http.(*persistConn).writeLoop(0x18f7ad20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4447 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4448 [select]:
net/http.(*persistConn).writeLoop(0x18e72910)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4455 [chan receive]:
net/http.(*persistConn).readLoop(0x18f7ad20)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4504 [select]:
net/http.(*persistConn).writeLoop(0x18e72dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4472 [select]:
net/http.(*persistConn).writeLoop(0x18f33b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4471 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33b40)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4503 [chan receive]:
net/http.(*persistConn).readLoop(0x18e72dc0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4463 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4464 [select]:
net/http.(*persistConn).writeLoop(0x18f33fa0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4511 [chan receive]:
net/http.(*persistConn).readLoop(0x18e737d0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4528 [select]:
net/http.(*persistConn).writeLoop(0x18d879b0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4496 [select]:
net/http.(*persistConn).writeLoop(0x18f33cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4495 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33cd0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4479 [chan receive]:
net/http.(*persistConn).readLoop(0x18f33500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4480 [select]:
net/http.(*persistConn).writeLoop(0x18f33500)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
goroutine 4487 [chan receive]:
net/http.(*persistConn).readLoop(0x18f335a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:778 +0x51e
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:528 +0x4c7
goroutine 4488 [select]:
net/http.(*persistConn).writeLoop(0x18f335a0)
/Users/mitchellh/go/src/pkg/net/http/transport.go:791 +0x207
created by net/http.(*Transport).dialConn
/Users/mitchellh/go/src/pkg/net/http/transport.go:529 +0x4dc
/bin/bash: line 13: kill: (31291) - No such process
20140630 07:45:55 Updating service consul_server
20140630 07:45:55 Updating service ct
20140630 07:45:55 Configuration reload triggered
20140630 07:45:55 Waiting...
20140630 07:46:05 Waiting...
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment