Django + WebKit = Broken pipe

后端 未结 6 1791
予麋鹿
予麋鹿 2020-12-05 13:48

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

6条回答
  •  死守一世寂寞
    2020-12-05 14:32

    A broken pipe happens when the browser closes the connection with the server. This problem happened with me before on ajax post request associated with

提交回复
热议问题