1OkHttp HPACK tests 2================== 3 4These tests use the [hpack-test-case][1] project to validate OkHttp's HPACK 5implementation. The HPACK test cases are in a separate git submodule, so to 6initialize them, you must run: 7 8 git submodule init 9 git submodule update 10 11TODO 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