Skip to content

Commit

Permalink
Fixed documentation about Unix Domain Sockt (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Feb 18, 2025
1 parent 321a86d commit dda2e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ Unix Domain Socket support is available on Linux and macOS.

```c++
// Server
httplib::Server svr("./my-socket.sock");
httplib::Server svr;
svr.set_address_family(AF_UNIX).listen("./my-socket.sock", 80);

// Client
Expand Down

0 comments on commit dda2e00

Please sign in to comment.