README.md
1 OkHttp HPACK tests
2 ==================
3
4 These tests use the [hpack-test-case][1] project to validate OkHttp's HPACK
5 implementation. The HPACK test cases are in a separate git submodule, so to
6 initialize them, you must run:
7
8 git submodule init
9 git submodule update
10
11 TODO
12 ----
13
14 * Add maven goal to avoid manual call to git submodule init.
15 * Make hpack-test-case update itself from git, and run new tests.
16 * Add maven goal to generate stories and a pull request to hpack-test-case
17 to have others validate our output.
18
19 [1]: https://github.com/http2jp/hpack-test-case
20