in client/Apache.ShenYu.Client/Utils/DefaultHttpClientFactory.cs [29:35]
public void Dispose()
{
if (this._handlerLazy.IsValueCreated)
{
this._handlerLazy.Value.Dispose();
}
}