Skip to content

cli server addressing few todos. #10124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Member

No description provided.

@devnexen devnexen marked this pull request as ready for review December 17, 2022 23:50
@Girgias
Copy link
Member

Girgias commented Dec 18, 2022

Thanks for tackling this, however, I don't really understand why the cURL test suite really doesn't like those changes.

@devnexen devnexen force-pushed the cli_server_update_todo branch from 2fb7e1e to da251ad Compare December 18, 2022 18:03
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -2269,7 +2267,7 @@ static zend_result php_cli_server_dispatch(php_cli_server *server, php_cli_serve
if (server->router || !is_static_file) {
if (FAILURE == php_cli_server_request_startup(server, client)) {
php_cli_server_request_shutdown(server, client);
return SUCCESS;
return FAILURE;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the TODO comment above the function definition?

@devnexen devnexen closed this in 84988d2 Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants