Commit c297f09
committed
Fix issue when a CNAME redirects to same CNAME.
This patch fixes #243.
Indeed, before this patch, and since we introduced the CNAME follow-up,
when a CNAME redicted to the same CNAME or a previous known one in the
chain, we were looping over and over.
This patch fixes it by always checking if any of the given CNAME was
already met.
Contributors:
* @spirillen1 parent 0c30718 commit c297f09
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
0 commit comments