-
Notifications
You must be signed in to change notification settings - Fork 7
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
Parsing issues when body contains a single quote #12
Comments
+1 |
I don't see the single quote as an issue, the single quoted strings are handled as expected. But it appears the parse is not properly handling the escaped single quote you have this sequence:
the if you change it to this sequence it works fine:
I'll look into the escaped single quote to see if we can fix that. |
@avin45h @AmitFeldman this issue should be addressed. I added a few test cases for the escaped single quote and it seems to parse correctly now. |
I don't think you published 1.4.0 |
@AmitFeldman looks like the HLJS build failed I need to figure out what happened to the build system when I upgraded to 11.10 |
Hi
Curl parsing is failing when request body contains a single quote
The text was updated successfully, but these errors were encountered: