960fd782bd
Without the early return in XmlStream::poll_next in case of the stream footer, the read state gets recreated and the logic at the top of that function to actually handle stream shutdown gracefully is never triggered. Also that logic was incorrect; the correct behaviour is to wait for the true EOF. |
||
---|---|---|
.. | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
ChangeLog | ||
logo.svg | ||
README.md |
TODO
- allow tls verify customization
- more tests