Skip to content

Use numeric comparison of status in mirror()

James Raspass requested to merge JRaspass-master-patch-85714 into master

Every other comparison (except the starts-with() ones) is numeric, and the docs themselves say the value is numeric:

=defn status
The HTTP status code of the response as an Int.

Merge request reports