mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
fixed http fd passing on POST
This commit is contained in:
@@ -832,6 +832,9 @@ int uwsgi_python_signal_handler(uint8_t sig, void *handler) {
|
||||
if (!args)
|
||||
return -1;
|
||||
|
||||
if (!handler) return -1;
|
||||
|
||||
|
||||
PyTuple_SetItem(args, 0, PyInt_FromLong(sig));
|
||||
|
||||
ret = python_call(handler, args, 0);
|
||||
|
||||
Reference in New Issue
Block a user