| 1080 | var defaultALPN = []string{"h2", "http/1.1"} |
| 1081 | |
| 1082 | type destructableWriter struct{ *os.File } |
| 1083 | |
| 1084 | func (d destructableWriter) Destruct() error { return d.Close() } |
| 1085 |
nothing calls this directly
no outgoing calls
no test coverage detected