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

when url as value field,sometimes token.data.scalar.value will get "\0" #233

Open
maczh opened this issue Nov 21, 2021 · 1 comment
Open

Comments

@maczh
Copy link

maczh commented Nov 21, 2021

file test.yml
test:
url: http://127.0.0.1:8080/test

I do many times to try get test.url value, sometimes I got it, but sometimes the token.data.scalar.value="\0",but token.data.scalar.length=26, does somebody fixed it?
And I try to change yml file to:

test:
url: "http://127.0.0.1:8080/test"

But it does not work. the same bug found.

@perlpunk
Copy link
Member

Can you please provide some reproducing C code? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants