Version: 1.8-current
Original reporter: Iain W. Bird
Where a web server hosts sites on multiple ports, if a site on e.g. port 81 includes images or other content from e.g. port 82, then HTTP keepalive prevents disconnect and reconnect to the new port, hence ERR404 is emitted.
The fix is to always reconnect if the port number differs.
Patch included