I\'m running the Django 1.2 development server and I get these Broken Pipe error messages whenever I load a page from it with Chrome or Safari. My co-worker is getting the e
This is not a Django issue. Your browser is most likely doing something erroneous.
This is common error which happens whenever your browser closes the connection while the dev server is still busy sending data.
Check this Django ticket for more info.