mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 20:51:29 +00:00
psgi_loader: fix a one off bug in XS_input_seek()
This commit is contained in:
@@ -12,7 +12,7 @@ XS(XS_input_seek) {
|
||||
struct wsgi_request *wsgi_req = current_wsgi_req();
|
||||
|
||||
psgi_check_args(1);
|
||||
uwsgi_request_body_seek(wsgi_req, SvIV(ST(0)));
|
||||
uwsgi_request_body_seek(wsgi_req, SvIV(ST(1)));
|
||||
|
||||
XSRETURN(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user