imjoey / pyhaproxy

Python library to parse haproxy configurations
MIT License
54 stars 21 forks source link

Bugfix: failed to render listen blocks #21

Closed imjoey closed 7 years ago

imjoey commented 7 years ago

Fixes #20 . Use listen.bind() to retrieve the bind configuration lines, instead of the outdated listen.config_block['binds'] after commit 510d9d9b63ef93cf7a000a5daa5086c39ff4cd04 .