]> git.pld-linux.org Git - packages/apache-mod_python.git/blame - set-request-response-status.patch
- rel 31; fix build
[packages/apache-mod_python.git] / set-request-response-status.patch
CommitLineData
94322fbb
JR
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.023521 seconds and 4 git commands to generate.