-
Notifications
You must be signed in to change notification settings - Fork 17
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
bugfix: socket + post with data #35
base: main
Are you sure you want to change the base?
Conversation
cf45805
to
39bb930
Compare
@matthewp It doesn't support all the ways to encode information, |
I need this fix for a project that I am working on, just to add an additional data-point. These changes work for my situation. |
for the mean while: @tdnordine |
Hi!
Found 2 problems:
Fixed them.
However:
With these changes.,only the requests that were explicit towards fastify will be caught,
unlike the previous version where all was caught.
Upside:
I believe this is slightly faster then the previous algorithm, because we are dividing only for relevancy.