1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-09 14:09:07 -04:00
This commit is contained in:
Darien Raymond
2017-02-10 17:19:16 +01:00
4 changed files with 15 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import (
"v2ray.com/core/transport/ray"
)
// Handler is an outbound connection that sliently swallow the entire payload.
// Handler is an outbound connection that silently swallow the entire payload.
type Handler struct {
response ResponseConfig
}