deft
deft copied to clipboard
AsynchronousHttpClient.fetch(..) "leaks" IllegalArgumentException if port is out of range
Exception in thread "I/O-LOOP" java.lang.IllegalArgumentException: port out of range:80811 Its because we create an java.net.InetSocketAddress..
doc for ISA: IllegalArgumentException - if the port parameter is outside the range of valid port values, or if the hostname parameter is null.