mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Package forward implements a forwarding proxy. It caches an upstream net.Conn for some time, so if the same
|
||||
// client returns the upstream's Conn will be precached. Depending on how you benchmark this looks to be
|
||||
// 50% faster than just openening a new connection for every client. It works with UDP and TCP and uses
|
||||
// 50% faster than just opening a new connection for every client. It works with UDP and TCP and uses
|
||||
// inband healthchecking.
|
||||
package forward
|
||||
|
||||
|
||||
Reference in New Issue
Block a user