~ubuntu-branches/ubuntu/saucy/uwsgi/saucy

« back to all changes in this revision

Viewing changes to plugins/python/wsgi_headers.c

  • Committer: Package Import Robot
  • Author(s): Janos Guljas
  • Date: 2012-04-30 17:35:22 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120430173522-qucwu1au3s9bflhb
Tags: 1.2+dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        UWSGI_GET_GIL
202
202
#endif
203
203
 
 
204
        if (wsgi_req->write_errors > uwsgi.write_errors_tolerance) {
 
205
                uwsgi_py_write_set_exception(wsgi_req);
 
206
                return NULL;
 
207
        }
 
208
 
204
209
        //uwsgi_log("%d %p\n", wsgi_req->poll.fd, up.wsgi_writeout);
205
210
        Py_INCREF(up.wsgi_writeout);
206
211