Skip to content

Commit f36a032

Browse files
authored
docs: update readme about production readiness (#854)
1 parent 0f4f914 commit f36a032

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ fn main() {
5353

5454
## FAQ
5555

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-
6556
**Is this an embedded Java SQL database engine?**
6657

6758
[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

Comments
 (0)