Skip to content

Commit

Permalink
Update llhttp CMock submodule pointer (#176)
Browse files Browse the repository at this point in the history
* Use nodejs LTS Hydrogen llhttp version v6.1.1
* Update CMock to v2.5.3
  • Loading branch information
chinglee-iot committed May 3, 2024
1 parent 1749807 commit 4e151f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions docs/doxygen/include/size_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<tr>
<td>core_http_client.c</td>
<td><center>3.3K</center></td>
<td><center>2.6K</center></td>
<td><center>2.7K</center></td>
</tr>
<tr>
<td>api.c (llhttp)</td>
<td><center>2.6K</center></td>
<td><center>2.0K</center></td>
<td><center>2.8K</center></td>
<td><center>2.2K</center></td>
</tr>
<tr>
<td>http.c (llhttp)</td>
Expand All @@ -24,12 +24,12 @@
</tr>
<tr>
<td>llhttp.c (llhttp)</td>
<td><center>17.9K</center></td>
<td><center>15.9K</center></td>
<td><center>19.1K</center></td>
<td><center>17.1K</center></td>
</tr>
<tr>
<td><b>Total estimates</b></td>
<td><b><center>24.1K</center></b></td>
<td><b><center>20.8K</center></b></td>
<td><b><center>25.5K</center></b></td>
<td><b><center>22.3K</center></b></td>
</tr>
</table>
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ license: "MIT"

dependencies:
- name: "llhttp"
version: "release/v6.0.5"
version: "release/v6.1.1"
license: "MIT"
repository:
type: "git"
url: "https://github.com/nodejs/llhttp.git"
path: source/dependency/3rdparty/llhttp

- name: "CMock"
version: v2.5.2
version: "v2.5.3"
license: "MIT"
repository:
type: "git"
Expand Down
2 changes: 1 addition & 1 deletion source/dependency/3rdparty/llhttp
Submodule llhttp updated 9 files
+1 −0 .gitignore
+89 −27 CMakeLists.txt
+35 −3 README.md
+23 −7 include/llhttp.h
+10 −0 libllhttp.pc.in
+10 −1 llhttp.gyp
+15 −0 src/api.c
+2 −1 src/http.c
+1,795 −635 src/llhttp.c

0 comments on commit 4e151f3

Please sign in to comment.