You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: