Remove REMOTE_PORT dependency from UnixSocketTest.PeerPid

This commit is contained in:
yhirose
2025-10-27 20:40:12 -04:00
parent eacc1ca98e
commit 551f96d4a2
2 changed files with 15 additions and 13 deletions

2
.gitignore vendored
View File

@@ -23,6 +23,8 @@ example/one_time_request
!example/one_time_request.*
example/server_and_client
!example/server_and_client.*
example/accept_header
!example/accept_header.*
example/*.pem
test/httplib.cc
test/httplib.h