Skip to content

fix: Docker fixed - #17

Merged
noneandundefined merged 5 commits into
mainfrom
develop
Jul 17, 2026
Merged

fix: Docker fixed#17
noneandundefined merged 5 commits into
mainfrom
develop

Conversation

@noneandundefined

@noneandundefined noneandundefined commented Jul 17, 2026

Copy link
Copy Markdown
Contributor
Title prefix Release bump Example
fix: patch (1.5.5 → 1.5.6) fix: correct Content-Length parsing
feat: minor (1.5.5 → 1.6.0) feat: add rate limiter middleware
feat!: or BREAKING CHANGE: in body major (1.5.5 → 2.0.0) feat!: rename cHTTPX_Parse signature
chore:, ci:, docs: no release tag chore: update workflows

Use Squash merge so the PR title becomes the commit on main.

libchttpx preview build (Linux)

Auto-generated by CI on every push. Artifact is kept for 14 days.

PR #17
Workflow run 29614701617
Artifact libchttpx-dev-pr-17

One-liner install (Linux)

Requires GitHub CLI — run gh auth login once.

curl -sL https://raw.githubusercontent.com/netcorelink/libchttpx/develop/scripts/install-preview.sh | sudo bash -s -- 29614701617 17 netcorelink/libchttpx

Manual install

gh run download 29614701617 -R netcorelink/libchttpx -n libchttpx-dev-pr-17
tar -xzf libchttpx-dev.tar.gz && cd libchttpx-dev
sudo mkdir -p /usr/local/include/libchttpx /usr/local/lib/pkgconfig
sudo cp -r include/* /usr/local/include/libchttpx/
sudo cp libchttpx.so /usr/local/lib/
sudo cp libchttpx.pc /usr/local/lib/pkgconfig/
sudo ldconfig

Compile your app

gcc main.c $(pkg-config --cflags --libs libchttpx) -lcjson

* feat: added base structure ws(websocket) functionality

* added yml workflows for build test library

* fix: segmentation fault

* added base tests for work library

* added docker ci/cd and docker push tag
@github-actions github-actions Bot added the ci label Jul 17, 2026
@noneandundefined
noneandundefined merged commit bd8f728 into main Jul 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant