mirror of
https://github.com/fatedier/frp.git
synced 2025-08-01 15:51:42 +07:00
support proxy protocol
This commit is contained in:
@ -98,7 +98,7 @@ func (pxy *HttpProxy) GetConf() config.ProxyConf {
|
||||
}
|
||||
|
||||
func (pxy *HttpProxy) GetRealConn() (workConn frpNet.Conn, err error) {
|
||||
tmpConn, errRet := pxy.GetWorkConnFromPool()
|
||||
tmpConn, errRet := pxy.GetWorkConnFromPool(nil, nil)
|
||||
if errRet != nil {
|
||||
err = errRet
|
||||
return
|
||||
|
Reference in New Issue
Block a user