discourse/lib/final_destination
David Taylor f1ec8c869a
DEV: Fix FinalDestination::Resolver race condition (#19558)
We were adding to the resolver's work queue before setting up the `@lookup` and `@parent` information. That could lead to the lookup being performed on the wrong (or `nil`) hostname. This also lead to some flakiness in specs.
2022-12-21 16:02:24 +00:00
..
faraday_adapter.rb
http.rb
resolver.rb DEV: Fix FinalDestination::Resolver race condition (#19558) 2022-12-21 16:02:24 +00:00
ssrf_detector.rb