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

allow to write response in multiple threads in order instead of fixed thread #12

Merged

Conversation

alalag1
Copy link
Member

@alalag1 alalag1 commented Jul 22, 2021

  • use one filed(BaseResponse#commited) to indicate the status of response
  • reomve the committed status check in BaseResponse#setStatus(int)
  • optimize toString() method

… thread

* use one filed(BaseResponse#commited) to indicate the status of response
* reomve the committed status check in BaseResponse#setStatus(int)
* optimize toString() method
@alalag1 alalag1 added this to the v0.0.1 milestone Jul 22, 2021
@alalag1 alalag1 added the enhancement New feature or request label Jul 22, 2021
@alalag1 alalag1 merged commit 559cda2 into esastack:main Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant