X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=set-request-response-status.patch;h=67977154aaddff8b95162ba47153d19ab972dff3;hb=97e00cf434d19d895896a229905290417e52fd3d;hp=346fffec9cef8e193b970c18643b28d897beee10;hpb=94322fbb9de831afc38f40ac41dd30794ecf5bdb;p=packages%2Fapache-mod_python.git diff --git a/set-request-response-status.patch b/set-request-response-status.patch index 346fffe..6797715 100644 --- a/set-request-response-status.patch +++ b/set-request-response-status.patch @@ -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);