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

END_HEADERS as first packet triggers assertion error #236

Closed
nikic opened this issue Dec 27, 2019 · 1 comment
Closed

END_HEADERS as first packet triggers assertion error #236

nikic opened this issue Dec 27, 2019 · 1 comment

Comments

@nikic
Copy link

nikic commented Dec 27, 2019

Feeding hex2bin("000000010400000000") into the Http2Parser results in an assertion failure:

assert(): assert($this->headerBuffer !== '') failed in .../http-client/src/Connection/Internal/Http2Parser.php on line 316

At least assuming I'm not missing something about error handling conventions here.

@kelunik
Copy link
Member

kelunik commented Dec 28, 2019

Thanks!

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

No branches or pull requests

2 participants