Projects STRLCPY dnstt Commits 15ff06af
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    dns/dns.go
    skipped 178 lines
    179 179  }
    180 180   
    181 181  // readName parses a DNS name from r. It leaves r positioned just after the
    182  -// parsed named.
     182 +// parsed name.
    183 183  func readName(r io.ReadSeeker) (Name, error) {
    184 184   var labels [][]byte
    185 185   // We limit the number of compression pointers we are willing to follow.
    skipped 372 lines
Please wait...
Page is in error, reload to recover