You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server/port extraction code in getServer() assumes everything after the scheme is a server[:port], so we end up with port having the non-numeric url path attached.
PR fixing these issues to follow. Thanks!
The text was updated successfully, but these errors were encountered:
The whois server at
rwhois.shawcable.net:4321
returns a referral response for ip174.0.0.1
that looks like this:There are a couple of issues here:
The
%referral
syntax isn't handled bygetServer()
The server/port extraction code in
getServer()
assumes everything after the scheme is aserver[:port]
, so we end up with port having the non-numeric url path attached.PR fixing these issues to follow. Thanks!
The text was updated successfully, but these errors were encountered: