-
Notifications
You must be signed in to change notification settings - Fork 23
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
Failing to escape characters with code higher than 255 #47
Comments
I hope this should fix dzieciou#47 I can't validate as I'm not seeing any curl logging anyways but I'm not seeing the exception anymore.
Thanks for reporting it. The bug you found is valid. Escaping was not properly handling characters with more than 8bits (of code > 255). Your solution in pull request #48 goes in the right direction, but it lacks I have provided pull request #52 to fix that. @schrepfler, are you able to verify the fix before merging this pull request? |
Awesome work @dzieciou, I'm not working actively anymore on the bit of code that was having the issue but I'll see what I can do. If I don't manage to validate it by Monday means I got distracted with other work, but looks good! 👏👏👏 |
So, I've tried it but can't validate because it's not logging anything for me, however I don't think this is issue with curl-logger as much as the fact I'm using Quarkus... maybe. |
I've picked up this exception on my tests, probably related with payload size.
The text was updated successfully, but these errors were encountered: