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 d5acff9 commit cca5a35Copy full SHA for cca5a35
.gitmodules
@@ -7,3 +7,6 @@
7
[submodule "fuzzing/seed-corpus"]
8
path = fuzzing/seed-corpus
9
url = https://github.com/uNetworking/seed-corpus.git
10
+[submodule "h1spec"]
11
+ path = h1spec
12
+ url = https://github.com/uNetworking/h1spec
h1spec
tests/Makefile
@@ -28,5 +28,5 @@ smoke:
28
compliance:
29
../HelloWorld &
30
sleep 1
31
- ~/.deno/bin/deno run --allow-net http_test.ts localhost 3000
+ ~/.deno/bin/deno run --allow-net ../h1spec/http_test.ts localhost 3000
32
pkill HelloWorld
tests/http_test.ts
0 commit comments