conn is gone

This commit is contained in:
Miek Gieben 2012-10-12 14:18:01 +02:00
parent 9ab211d660
commit 3560da6104
1 changed files with 0 additions and 8 deletions

View File

@ -37,15 +37,7 @@ type ResponseWriter interface {
Hijack()
}
type conn struct {
remoteAddr net.Addr // address of the client
handler Handler // request handler
request []byte // bytes read
tsigSecret map[string]string // the tsig secrets
}
type response struct {
// conn *conn
hijacked bool // connection has been hijacked by handler
tsigStatus error
tsigTimersOnly bool