Browse Source

[C++/cuehttp]improve perf (#5792)

* add new freamwork: cuehttp

* modify port to 8080 & modify .travis.yml

* remove license

* [C++/cuehttp]improve perf
xcyl 5 years ago
parent
commit
a65de90c5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C++/cuehttp/cuehttp.dockerfile

+ 1 - 1
frameworks/C++/cuehttp/cuehttp.dockerfile

@@ -9,7 +9,7 @@ WORKDIR /
 RUN git clone https://github.com/xcyl/cuehttp.git
 
 WORKDIR /cuehttp
-RUN git checkout 69901e0e52be8f6ed69339d66ad0782a3917e241
+RUN git checkout b24ccd101edcaa1d21f9b1ffbbb97e3ac926250a
 
 WORKDIR /cuehttp/examples/plaintext
 RUN mkdir build && cd build && cmake .. && make -j8