withPort() after clone() doesn't work
oxtoacart opened this issue · 1 comments
oxtoacart commented
When using HttpProxyServer.clone()
to spool up a new server, using withPort()
doesn't work - it's ignored and the system just uses one port higher.
As a workaround, withAddress()
does work.
oxtoacart commented
This same problem seems to apply to withSslEngineSource()
. Need to do a thorough audit of the clone() path.