pyradius / pyrad

Python RADIUS Implementation
BSD 3-Clause "New" or "Revised" License
294 stars 185 forks source link

Fix ClientAsync validation of response without attributes #169

Closed ValdikSS closed 1 year ago

ValdikSS commented 2 years ago

Some responses, such as Accounting Response, may not contain any attributes (but only code and packet ID). Since this is an empty dictionaty, code should be checked in this case.

Fixes #160

ValdikSS commented 1 year ago

@GIC-de, hello, any chance this pull request gets merged?