]> git.pld-linux.org Git - packages/apache-mod_python.git/blame_incremental - set-request-response-status.patch
- release 14 (by relup.sh)
[packages/apache-mod_python.git] / set-request-response-status.patch
... / ...
CommitLineData
1--- mod_python-3.5.0/src/requestobject.c~ 2013-11-28 14:12:06.515765224 +0100
2+++ mod_python-3.5.0/src/requestobject.c 2013-11-28 14:12:23.809244099 +0100
3@@ -378,6 +378,7 @@
4 }
5
6 self->request_rec->status_line = apr_pstrdup(self->request_rec->pool, status_line);
7+ self->request_rec->status = status;
8
9 return PyObject_GetAttrString((PyObject*)self, "write");
10 }
This page took 0.029304 seconds and 4 git commands to generate.