Projects STRLCPY dnstt Commits bd8a0e87
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    dnstt-client/http.go
    skipped 97 lines
    98 98   default:
    99 99   // We primarily are thinking of 429 Too Many Requests here, but
    100 100   // any other unexpected response codes will also cause us to
    101  - // rate-limit ourself and emit a log message.
     101 + // rate-limit ourselves and emit a log message.
    102 102   // https://developers.google.com/speed/public-dns/docs/doh/#errors
    103 103   now := time.Now()
    104 104   var retryAfter time.Time
    skipped 67 lines
Please wait...
Page is in error, reload to recover