Skip to content
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

News Stream Server: Command parameters can get invalid #5

Open
sebschlicht opened this issue Aug 21, 2013 · 0 comments
Open

News Stream Server: Command parameters can get invalid #5

sebschlicht opened this issue Aug 21, 2013 · 0 comments
Labels

Comments

@sebschlicht
Copy link
Collaborator

Problem description

At the moment requests are checked when the HTTP request is executed.
If all parameters are valid a command gets stacked.
In case many requests get stacked the chances are that one of the stacked command makes the parameters of the new command invalid, so the server will not be able to execute the command properly.

Possible solution

The parameters have to be checked twice.
Firstly when the request is handled, secondy when the command is getting executed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant