Closed quisquous closed 11 months ago
/sync\s*\/ 257 101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//
The instance here was dropped deliberately as it's always the same for a given zone, so is not useful in a regex.
Done by running #5977.
/sync\s*\/ 257 101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//
The instance here was dropped deliberately as it's always the same for a given zone, so is not useful in a regex.
Done by running #5977.