nickvsnetworking / pyhss

Python HSS / Diameter Server
GNU Affero General Public License v3.0
71 stars 59 forks source link

Fix loop on sending invalid message #123

Closed nickvsnetworking closed 1 year ago

nickvsnetworking commented 1 year ago

@davidkneipp Found when I sent a badly formatted response (including non-hex chars in the response) the HSS would enter a loop, so added this break.