diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-08 09:41:10 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-08 09:41:10 +0100 |
commit | 931fc441f6b89e8fed9c912ddb99d193f99f8b56 (patch) | |
tree | 0cc934b3e5a8584d60bd1eb7730414a51e39767c /.gitmodules | |
parent | 9e0c9dd6d8bf65ab76c2b54f5038ff07c0d8d6d0 (diff) | |
download | json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.tar.gz json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.tar.xz json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.zip |
Steady progress
Added static content serving with sane content type detection.
Started working on WebSockets (meanwhile neither SCGI or FastCGI is
finished and almost nothing has been tested).
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 |