discourse/spec/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
..
http_spec.rb Build(deps): Bump net-http from 0.2.2 to 0.3.2 (#19518) 2022-12-19 15:05:18 +00:00
resolver_spec.rb DEV: Fix FinalDestination::Resolver race condition (#19558) 2022-12-21 16:02:24 +00:00
ssrf_detector_spec.rb