Skip to content

Commit df19f53

Browse files
committed
Replace internal hpack library
1 parent f3f589e commit df19f53

23 files changed

+26
-2564
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "hpack/test/hpack-test-case"]
2-
path = hpack/test/hpack-test-case
3-
url = [email protected]:http2jp/hpack-test-case.git
41
[submodule "lib_test/http2-frame-test-case"]
52
path = lib_test/http2-frame-test-case
63
url = [email protected]:http2jp/http2-frame-test-case.git

esy.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@opam/bigstringaf": "*",
1313
"@opam/angstrom": "*",
1414
"@opam/faraday": "*",
15+
"@opam/hpack": "*",
1516
"@opam/psq": "*",
1617
"@opam/mirage-conduit": "*",
1718
"@opam/faraday-lwt-unix": "*",
@@ -89,6 +90,7 @@
8990
},
9091
"@opam/tls": "dune-universe/ocaml-tls:tls.opam#9761033",
9192
"@opam/tls-lwt": "dune-universe/ocaml-tls:tls-lwt.opam#9761033",
92-
"@opam/tls-mirage": "dune-universe/ocaml-tls:tls-mirage.opam#9761033"
93+
"@opam/tls-mirage": "dune-universe/ocaml-tls:tls-mirage.opam#9761033",
94+
"@opam/hpack": "314eter/ocaml-hpack:hpack.opam#9be540d"
9395
}
9496
}

esy.lock/index.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "7677c103d74a45a530a6bc4e593bb0e5",
2+
"checksum": "04c99fb49954ba2fae6bdfb8c449927a",
33
"root": "h2@link-dev:./esy.json",
44
"node": {
55
"yarn-pkg-config@github:esy-ocaml/yarn-pkg-config#cca65f99674ed2d954d28788edeb8c57fada5ed0@d41d8cd9": {
@@ -47,6 +47,7 @@
4747
"@opam/lwt_ssl@opam:1.1.2@ac833920", "@opam/lwt@opam:4.2.1@c1888ec9",
4848
"@opam/httpaf-lwt-unix@github:anmonteiro/httpaf:httpaf-lwt-unix.opam#6d2c80e@33b6fb1d",
4949
"@opam/httpaf@github:inhabitedtype/httpaf:httpaf.opam#fa9dc4e@d41d8cd9",
50+
"@opam/hpack@github:314eter/ocaml-hpack:hpack.opam#9be540d@d41d8cd9",
5051
"@opam/faraday-lwt-unix@opam:0.7.0@b0dea04f",
5152
"@opam/faraday@opam:0.7.0@6026a81f",
5253
"@opam/dune@opam:1.10.0@b15ce221",
@@ -2414,6 +2415,27 @@
24142415
"@opam/angstrom@opam:0.11.2@2e02b026"
24152416
]
24162417
},
2418+
"@opam/hpack@github:314eter/ocaml-hpack:hpack.opam#9be540d@d41d8cd9": {
2419+
"id":
2420+
"@opam/hpack@github:314eter/ocaml-hpack:hpack.opam#9be540d@d41d8cd9",
2421+
"name": "@opam/hpack",
2422+
"version": "github:314eter/ocaml-hpack:hpack.opam#9be540d",
2423+
"source": {
2424+
"type": "install",
2425+
"source": [ "github:314eter/ocaml-hpack:hpack.opam#9be540d" ]
2426+
},
2427+
"overrides": [],
2428+
"dependencies": [
2429+
"[email protected]@d41d8cd9", "@opam/faraday@opam:0.7.0@6026a81f",
2430+
"@opam/dune@opam:1.10.0@b15ce221",
2431+
"@opam/angstrom@opam:0.11.2@2e02b026",
2432+
"@esy-ocaml/[email protected]@d41d8cd9"
2433+
],
2434+
"devDependencies": [
2435+
"[email protected]@d41d8cd9", "@opam/faraday@opam:0.7.0@6026a81f",
2436+
"@opam/angstrom@opam:0.11.2@2e02b026"
2437+
]
2438+
},
24172439
"@opam/hex@opam:1.4.0@70cc7ec2": {
24182440
"id": "@opam/hex@opam:1.4.0@70cc7ec2",
24192441
"name": "@opam/hex",

hpack.opam

-27
This file was deleted.

hpack/original.LICENSE

-22
This file was deleted.

hpack/src/decoder.ml

-230
This file was deleted.

hpack/src/dune

-11
This file was deleted.

0 commit comments

Comments
 (0)