Skip to content

Commit 17e8201

Browse files
committed
Fix typo (d45df92).
1 parent e902599 commit 17e8201

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swoole_http_server.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,6 @@ static PHP_METHOD(swoole_http_response, create)
23522352
sw_copy_to_stack(ctx->response.zobject, ctx->response._zobject);
23532353

23542354
zend_update_property_long(swoole_http_response_ce_ptr, return_value, ZEND_STRL("fd"), ctx->fd);
2355-
RETURN_TRUE;
23562355
}
23572356

23582357
static PHP_METHOD(swoole_http_response, redirect)

0 commit comments

Comments
 (0)