ing
This commit is contained in:
parent
27f13eda9d
commit
81697d86cf
|
@ -142,7 +142,7 @@ func (s *AuthServlets) Handshake(servletCtx server.ServletCtx, ctx *fasthttp.Req
|
||||||
servletCtx.SetAttribute(og.SessionClientTypeKey, og.PROBE)
|
servletCtx.SetAttribute(og.SessionClientTypeKey, og.PROBE)
|
||||||
servletCtx.SetAttribute(og.SessionTargetIDKey, tempProbeKey)
|
servletCtx.SetAttribute(og.SessionTargetIDKey, tempProbeKey)
|
||||||
|
|
||||||
return nil, nil
|
return extHeader, nil
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("Unexpected noauth probe method: %s", method)
|
return nil, fmt.Errorf("Unexpected noauth probe method: %s", method)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user