Move ErrExtraInfo to ipc.go

This commit is contained in:
Shelikhoo 2022-05-18 16:19:38 +01:00
parent a4bbb728e6
commit 0ae4d821f0
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
2 changed files with 1 additions and 2 deletions

View file

@ -24,8 +24,6 @@ var KnownProxyTypes = map[string]bool{
"iptproxy": true,
}
var ErrExtraInfo = errors.New("client sent extra info")
/* Version 1.2 specification:
== ProxyPollRequest ==