From bf3771da8e13b84492ba8ce1268c63de89f9f1e5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 18 May 2012 12:29:01 +0200 Subject: [PATCH] update the todo --- TODO.markdown | 2 +- xfr.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.markdown b/TODO.markdown index 01657ca7..12426305 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -6,7 +6,7 @@ be fixed. * Speed, we can always go faster. A simple reflect server now hits 35/45K qps * go test; only works correct on my machine * privatekey.Precompute() when signing? -* ixfr/axfr fixen/testen +* outgoing xfr fixen * zonereader that extracts glue (or at least signals it) and other usefull stuff? ## Examples to add diff --git a/xfr.go b/xfr.go index c7a477c1..0ab8bc33 100644 --- a/xfr.go +++ b/xfr.go @@ -119,7 +119,7 @@ func (w *reply) ixfrReceive(c chan *Exchange) { panic("not reached") } -// XfrSend performs an outgoing Ixfr or Axfr. The function is xfr agnostic, it is +// XfrSend performs an outgoing Ixfr or Axfr. The function is [AI]xfr agnostic, it is // up to the caller to correctly send the sequence of messages. func XfrSend(w ResponseWriter, q *Msg, a string) error { switch q.Question[0].Qtype {