Skip to content

Commit

Permalink
Fix compile error on pypy-1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 10, 2012
1 parent fe8be25 commit a76e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinheld/server/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ app_handler(PyObject *self, PyObject *args)
switch(status){
case STATUS_ERROR:
// Internal Server Error
client->bad_request_code = 500;
req->bad_request_code = 500;
goto error;
case STATUS_SUSPEND:
// continue
Expand Down

0 comments on commit a76e271

Please sign in to comment.