adamfisk/LittleProxy

withPort() after clone() doesn't work

oxtoacart opened this issue · 1 comments

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.

This same problem seems to apply to withSslEngineSource(). Need to do a thorough audit of the clone() path.