]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - set-request-response-status.patch
- rediff patches
[packages/apache-mod_python.git] / set-request-response-status.patch
index 346fffec9cef8e193b970c18643b28d897beee10..67977154aaddff8b95162ba47153d19ab972dff3 100644 (file)
@@ -1,6 +1,7 @@
---- mod_python-3.5.0/src/requestobject.c~      2013-11-28 14:12:06.515765224 +0100
-+++ mod_python-3.5.0/src/requestobject.c       2013-11-28 14:12:23.809244099 +0100
-@@ -378,6 +378,7 @@
+diff -urNp -x '*.orig' mod_python-3.5.0.org/src/requestobject.c mod_python-3.5.0/src/requestobject.c
+--- mod_python-3.5.0.org/src/requestobject.c   2013-11-12 04:21:34.000000000 +0100
++++ mod_python-3.5.0/src/requestobject.c       2021-03-02 22:05:35.636698717 +0100
+@@ -375,6 +375,7 @@ static PyObject *req_wsgi_start_response
      }
  
      self->request_rec->status_line = apr_pstrdup(self->request_rec->pool, status_line);
This page took 0.027253 seconds and 4 git commands to generate.