]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - set-request-response-status.patch
- release 45 (by relup.sh)
[packages/apache-mod_python.git] / set-request-response-status.patch
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.063608 seconds and 3 git commands to generate.