Arc Forumnew | comments | leaders | submitlogin
3 points by CatDancer 5822 days ago | link | parent

You'll get an "tcp error writing" when in your browser you navigate away from a page before the browser has finished downloading everything.

Usually Arc sends the entire response and closes the connection. When the browser doesn't wait, it closes the connection. Arc is then complaining that the connection has been closed on it.

If you're absolutely sure that everything has been loaded in the page before you click on anything, that would be something to look into further.



1 point by conanite 5821 days ago | link

What CatDancer said, plus: do you get the same error on all browsers? If you use wget or curl instead of a browser, do you still get this error?

-----