()
| 603 | } |
| 604 | |
| 605 | func closedError() string { |
| 606 | if runtime.GOOS == "plan9" { |
| 607 | return "listen hungup" |
| 608 | } |
| 609 | return "use of closed" |
| 610 | } |
| 611 | |
| 612 | func TestHTTPSInsecure(t *testing.T) { |
| 613 | if runtime.GOOS == "nacl" || runtime.GOOS == "js" { |
no outgoing calls
no test coverage detected
searching dependent graphs…