update the todo

This commit is contained in:
Miek Gieben 2012-05-18 12:29:01 +02:00
parent f26963f4c3
commit bf3771da8e
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
xfr.go
View File

@ -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 {