mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 04:49:01 +08:00
Perl: extra "return" removed.
This commit is contained in:
parent
8d096180d2
commit
1901e10d19
@ -419,7 +419,7 @@ request_body(r)
|
||||
|
||||
p = ngx_pnalloc(r->pool, len);
|
||||
if (p == NULL) {
|
||||
return XSRETURN_UNDEF;
|
||||
XSRETURN_UNDEF;
|
||||
}
|
||||
|
||||
data = p;
|
||||
|
Loading…
Reference in New Issue
Block a user