mirror of
https://github.com/fatedier/frp.git
synced 2026-03-19 08:19:14 +08:00
support meta info for client and proxy
This commit is contained in:
@@ -126,7 +126,7 @@ func (p *HTTPS2HTTPPlugin) Name() string {
|
||||
}
|
||||
|
||||
func (p *HTTPS2HTTPPlugin) Close() error {
|
||||
if err := p.s.Close();err != nil {
|
||||
if err := p.s.Close(); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user