When port = 0, WireMock will assign different ports for admin server and mock server. As a result, the original implementation will send admin requests to mock server, which is wrong behavior. If this PR got merged, WireMock will directly add stubs instead of sending admin requests, which is correct behavior and also improves performance.