KemalWAF::ConnectionPool
Connection pool - her upstream URI + TLS context kombinasyonu için
Constants
Log = ::Log.for("connection_pool")
Constructors
new(upstream_uri : URI, tls_context : OpenSSL::SSL::Context::Client | Nil = nil, pool_size : Int32 = 100, max_size : Int32 = 200, idle_timeout : Time::Span = DEFAULT_IDLE_TIMEOUT_MINUTES.minutes, health_check : Bool = true)
SourceInstance methods
Get connection from pool (with timeout)