diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-29 00:37:12 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-29 00:37:12 +0100 |
commit | b0c712c146b208ac9dad5fd5829a2bc38773a4de (patch) | |
tree | f5446f2e46eac0a62d797c5113386998356a6ac8 /.gitmodules | |
parent | b400ea8d09b516b40b767d9477634bab470d95ec (diff) | |
download | json-rpc-shell-b0c712c146b208ac9dad5fd5829a2bc38773a4de.tar.gz json-rpc-shell-b0c712c146b208ac9dad5fd5829a2bc38773a4de.tar.xz json-rpc-shell-b0c712c146b208ac9dad5fd5829a2bc38773a4de.zip |
Stubplement WebSockets
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5abb60c..c8d5acf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "liberty"] path = liberty url = git://github.com/pjanouch/liberty.git +[submodule "http-parser"] + path = http-parser + url = https://github.com/joyent/http-parser.git |