Skip to content

tests/server: de-dupe/merge three sockdaemon() clones into one#17719

Closed
vszakats wants to merge 9 commits intocurl:masterfrom
vszakats:t-s-dedupe-func
Closed

tests/server: de-dupe/merge three sockdaemon() clones into one#17719
vszakats wants to merge 9 commits intocurl:masterfrom
vszakats:t-s-dedupe-func

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Jun 23, 2025

Also: tidy up if() expressions here and there.

Follow-up to f4f2550 #15000


w/o ws https://github.com/curl/curl/pull/17719/files?w=1

@vszakats vszakats added the tests label Jun 23, 2025
vszakats added 5 commits June 23, 2025 15:44
```
tests/server/sockfilt.c:1379:7: error: 'rc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
     if(rc) {
       ^
```
https://github.com/curl/curl/actions/runs/15825927422/job/44605960965?pr=17719#step:12:28
```
tests/server/sockfilt.c:1379:7: error: 'rc' may be used uninitialized [-Werror=maybe-uninitialized]
 1379 |     if(rc) {
      |       ^
tests/server/sockfilt.c:1221:7: note: 'rc' was declared here
 1221 |   int rc;
      |       ^~
```
https://github.com/curl/curl/actions/runs/15826002993/job/44606253300?pr=17719#step:12:28
@vszakats vszakats mentioned this pull request Jun 23, 2025
17 tasks
@vszakats vszakats changed the title tests/server: de-dupe/merge 3 sockdaemon() clones into one tests/server: de-dupe/merge three sockdaemon() clones into one Jun 23, 2025
@vszakats vszakats closed this in bb50dee Jun 23, 2025
@vszakats vszakats deleted the t-s-dedupe-func branch June 23, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant