concerto / bandshell

A Local Management Utility for the Concerto Player
Other
7 stars 8 forks source link

A request with a IPv6 address would cause a 500 #52

Closed fjaeckel closed 7 years ago

fjaeckel commented 7 years ago

It is comparing a IPv6 or IPv4 object with an array of a mix of both, which would fail if the first element is the opposite.

Fixes #30 from the stack trace PoV and at least supports IPv6 requests from the get go.

This might need more elegance.