getting rid og dynamic options (step 1)

This commit is contained in:
Unbit
2013-12-26 16:48:50 +01:00
parent 0a025ef93a
commit 61f3d162a4
39 changed files with 150 additions and 1876 deletions
+1 -1
View File
@@ -1801,7 +1801,7 @@ static void uwsgi_python_harakiri(int wid) {
if (fd < 1)
goto exit;
int ret = uwsgi_waitfd(fd, uwsgi.shared->options[UWSGI_OPTION_SOCKET_TIMEOUT]);
int ret = uwsgi_waitfd(fd, uwsgi.socket_timeout);
if (ret <= 0) {
goto cleanup;
}