Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 15 by carl.j.meyer: Postgres 8.3.3 and send_all: "unexpected EOF on client connection" http://code.google.com/p/django-mailer/issues/detail?id=15
What steps will reproduce the problem? 1. Install django-mailer with Postgres 8.3.3 and django-1.0.x branch 2. 3. What is the expected output? What do you see instead? django-mailer seems to work as expected, however there is an unexpected error in the PostgreSQL log files. Every time the send_all() function is called, the error "unexpected EOF on client connection" appears in the PostgreSQL logs. Since my crontab runs send_mail every minute, this bloats the log pretty quickly. According to Postgres, this error message simply means that the client died or dropped the connection. What version of the product are you using? On what operating system? django-mailer r42, Postgres 8.3.3, django-1.0.x branch r9526 Please provide any additional information below. I'm turning up logging to see if I can figure out what's causing the problem more specifically, I'll post back here whatever I find. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
