Browse Source

[C++/cuehttp]improve (#5800)

* add new freamwork: cuehttp

* modify port to 8080 & modify .travis.yml

* remove license

* [C++/cuehttp]improve perf

* improve

* improve

* fix date
xcyl 5 years ago
parent
commit
2335d3bbcf
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 b24ccd101edcaa1d21f9b1ffbbb97e3ac926250a
+RUN git checkout 02fcf4d13346e3773a54e675d9f143699a02826c
 
 WORKDIR /cuehttp/examples/plaintext
 RUN mkdir build && cd build && cmake .. && make -j8