mirror of https://github.com/c-ares/c-ares.git
Propagate record duplication error code (#820)
In c-ares 1.30.0 we started validating strings parsed are printable. This caused a regression in a pycares test case due to a wrong response code being returned as the error was being propagated from a different section of code that was assuming the only possible failure condition was out-of-memory. This PR adds a fix for this and also a test case to validate it. Ref: https://github.com/saghul/pycares/issues/200 Fix By: Brad House (@bradh352)v1.32
parent
49605e9885
commit
95b09bf421
4 changed files with 41 additions and 15 deletions
Loading…
Reference in new issue