We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4f914 commit f36a032Copy full SHA for f36a032
README.md
@@ -53,19 +53,6 @@ fn main() {
53
54
## FAQ
55
56
-**How does h2 compare to [solicit] or [rust-http2]?**
57
-
58
-The h2 library has implemented more of the details of the HTTP/2 specification
59
-than any other Rust library. It also passes the [h2spec] set of tests. The h2
60
-library is rapidly approaching "production ready" quality.
61
62
-Besides the above, Solicit is built on blocking I/O and does not appear to be
63
-actively maintained.
64
65
**Is this an embedded Java SQL database engine?**
66
67
[No](https://www.h2database.com).
68
69
-[solicit]: https://github.com/mlalic/solicit
70
-[rust-http2]: https://github.com/stepancheg/rust-http2
71
-[h2spec]: https://github.com/summerwind/h2spec
0 commit comments