vlsi commented on code in PR #5873:
URL: https://github.com/apache/jmeter/pull/5873#discussion_r1181663549


##########
src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java:
##########
@@ -246,7 +246,6 @@ protected InetAddress getIpSourceAddress() throws 
UnknownHostException, SocketEx
                 ipClass = Inet6Address.class;
                 break;
             case HOSTNAME:
-            default:

Review Comment:
   This is a switch over JMeter's private enum, so it should be pretty safe.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to