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

🐛 Bug-Fix in the ResponseHandler #15

Merged
merged 17 commits into from
Jun 28, 2023
Merged

🐛 Bug-Fix in the ResponseHandler #15

merged 17 commits into from
Jun 28, 2023

Conversation

gnmyt
Copy link
Owner

@gnmyt gnmyt commented Jun 28, 2023

🐛 Bug-Fix in the ResponseHandler

I have no idea why i thought putting the Request & ResponseController into the DefaultHandler as a variable in the class was a good idea. This caused the http server to send a response twice or drop it completely.

I fixed the bug by defining those variables directly in the handle function

@gnmyt gnmyt added the enhancement New feature or request label Jun 28, 2023
@gnmyt gnmyt self-assigned this Jun 28, 2023
@gnmyt gnmyt merged commit ca1e08e into master Jun 28, 2023
@gnmyt gnmyt deleted the fixes/response-handler branch June 28, 2023 18:05
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