Stop caching the results of ipv6_info in http01.py (#6411)

Stop caching the results of ipv6_info in http01.py. A call to choose_vhosts might change the ipv6 results of later calls. Add tests for this and default_listen_addresses more broadly.
This commit is contained in:
ohemorange
2018-10-17 10:54:43 -07:00
committed by sydneyli
parent 139ef20650
commit 22da2447d5
4 changed files with 41 additions and 8 deletions
+1
View File
@@ -16,6 +16,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
* Match Nginx parser update in allowing variable names to start with `${`.
* Correct OVH integration tests on machines without internet access.
* Stop caching the results of ipv6_info in http01.py
## 0.27.1 - 2018-09-06