Idea/Question: Could we add a new API on hs_stream_t to tell whether need more data to do match?
Open
- Dominant language
- C++
- Stars
- 5.5k
- Forks
- 816
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
Consider a network rewrite scenario, in order to keep less network packets, after the call of hs_scan_stream(), we need to know whether inputed stream can be sent(which means no need to rewrite inputed streams) or not.
Could we add such an API on hs_stream_t to achieve this?
Contributor guide
Assessment
This issue has not been assessed yet.