Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does this UWSGI error mean? " SIGPIPE: writing to a closed pipe/socket/fd "

Tags:

sigpipe

uwsgi

There are a few questions related to this issue, but none of them actually help me understand what is going on.

The full error:

 SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request 
like image 874
Mitchell van Zuylen Avatar asked Jul 20 '17 08:07

Mitchell van Zuylen


Video Answer


1 Answers

It simply means that the client, i.e. the sites visitors, closed their connection. Either by closing the browser, or through a connection error on their part.

like image 92
Mitchell van Zuylen Avatar answered Oct 12 '22 09:10

Mitchell van Zuylen