Skip to content

build: try -Wconversion-extra gcc#3

Closed
vszakats wants to merge 1 commit intomasterfrom
conversion-extra
Closed

build: try -Wconversion-extra gcc#3
vszakats wants to merge 1 commit intomasterfrom
conversion-extra

Conversation

@vszakats
Copy link
Owner

@vszakats vszakats commented Jun 9, 2024

No description provided.

@github-actions github-actions bot added the build label Jun 9, 2024
@vszakats
Copy link
Owner Author

vszakats commented Jun 9, 2024

Fortran-specific.

@vszakats vszakats closed this Jun 9, 2024
@vszakats vszakats deleted the conversion-extra branch June 9, 2024 09:02
vszakats added a commit that referenced this pull request Feb 27, 2025
```
=================================================================
==7427==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 1760 byte(s) in 1 object(s) allocated from:
    #0 0x55e143b2337d in calloc (/home/runner/work/curl/curl/bld/conftest+0xc637d) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #1 0x7f7795b3a4fb  (/lib/x86_64-linux-gnu/libc.so.6+0x13a4fb) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x7f7795b3b577 in getifaddrs (/lib/x86_64-linux-gnu/libc.so.6+0x13b577) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #3 0x55e143adc73b in getifaddrs (/home/runner/work/curl/curl/bld/conftest+0x7f73b) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #4 0x55e143b6180b in main /home/runner/work/curl/curl/bld/conftest.c:189:17
    #5 0x7f7795a2a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x7f7795a2a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #7 0x55e143a88344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2b344) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)

SUMMARY: AddressSanitizer: 1760 byte(s) leaked in 1 allocation(s).
``
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 27, 2025
```
=================================================================
==7294==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x56534822b193 in malloc (/home/runner/work/curl/curl/bld/conftest+0xc7193) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #1 0x7fc1fe55b639 in getaddrinfo (/lib/x86_64-linux-gnu/libc.so.6+0x15b639) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x5653481c17fd in getaddrinfo (/home/runner/work/curl/curl/bld/conftest+0x5d7fd) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #3 0x5653482698f4 in main /home/runner/work/curl/curl/bld/conftest.c:210:17
    #4 0x7fc1fe42a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #5 0x7fc1fe42a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x565348190344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2c344) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)

SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
```
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 27, 2025
```
=================================================================
==7427==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 1760 byte(s) in 1 object(s) allocated from:
    #0 0x55e143b2337d in calloc (/home/runner/work/curl/curl/bld/conftest+0xc637d) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #1 0x7f7795b3a4fb  (/lib/x86_64-linux-gnu/libc.so.6+0x13a4fb) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x7f7795b3b577 in getifaddrs (/lib/x86_64-linux-gnu/libc.so.6+0x13b577) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #3 0x55e143adc73b in getifaddrs (/home/runner/work/curl/curl/bld/conftest+0x7f73b) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #4 0x55e143b6180b in main /home/runner/work/curl/curl/bld/conftest.c:189:17
    #5 0x7f7795a2a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x7f7795a2a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #7 0x55e143a88344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2b344) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)

SUMMARY: AddressSanitizer: 1760 byte(s) leaked in 1 allocation(s).
``
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 27, 2025
```
=================================================================
==7294==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x56534822b193 in malloc (/home/runner/work/curl/curl/bld/conftest+0xc7193) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #1 0x7fc1fe55b639 in getaddrinfo (/lib/x86_64-linux-gnu/libc.so.6+0x15b639) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x5653481c17fd in getaddrinfo (/home/runner/work/curl/curl/bld/conftest+0x5d7fd) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #3 0x5653482698f4 in main /home/runner/work/curl/curl/bld/conftest.c:210:17
    #4 0x7fc1fe42a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #5 0x7fc1fe42a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x565348190344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2c344) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)

SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
```
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 28, 2025
```
=================================================================
==7427==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 1760 byte(s) in 1 object(s) allocated from:
    #0 0x55e143b2337d in calloc (/home/runner/work/curl/curl/bld/conftest+0xc637d) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #1 0x7f7795b3a4fb  (/lib/x86_64-linux-gnu/libc.so.6+0x13a4fb) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x7f7795b3b577 in getifaddrs (/lib/x86_64-linux-gnu/libc.so.6+0x13b577) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #3 0x55e143adc73b in getifaddrs (/home/runner/work/curl/curl/bld/conftest+0x7f73b) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #4 0x55e143b6180b in main /home/runner/work/curl/curl/bld/conftest.c:189:17
    #5 0x7f7795a2a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x7f7795a2a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #7 0x55e143a88344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2b344) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)

SUMMARY: AddressSanitizer: 1760 byte(s) leaked in 1 allocation(s).
``
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 28, 2025
```
=================================================================
==7294==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x56534822b193 in malloc (/home/runner/work/curl/curl/bld/conftest+0xc7193) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #1 0x7fc1fe55b639 in getaddrinfo (/lib/x86_64-linux-gnu/libc.so.6+0x15b639) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x5653481c17fd in getaddrinfo (/home/runner/work/curl/curl/bld/conftest+0x5d7fd) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #3 0x5653482698f4 in main /home/runner/work/curl/curl/bld/conftest.c:210:17
    #4 0x7fc1fe42a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #5 0x7fc1fe42a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x565348190344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2c344) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)

SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
```
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 28, 2025
```
=================================================================
==7427==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 1760 byte(s) in 1 object(s) allocated from:
    #0 0x55e143b2337d in calloc (/home/runner/work/curl/curl/bld/conftest+0xc637d) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #1 0x7f7795b3a4fb  (/lib/x86_64-linux-gnu/libc.so.6+0x13a4fb) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x7f7795b3b577 in getifaddrs (/lib/x86_64-linux-gnu/libc.so.6+0x13b577) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #3 0x55e143adc73b in getifaddrs (/home/runner/work/curl/curl/bld/conftest+0x7f73b) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)
    #4 0x55e143b6180b in main /home/runner/work/curl/curl/bld/conftest.c:189:17
    #5 0x7f7795a2a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x7f7795a2a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #7 0x55e143a88344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2b344) (BuildId: acf90599d654b070f297755bbc53b38a418f3c0d)

SUMMARY: AddressSanitizer: 1760 byte(s) leaked in 1 allocation(s).
``
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Feb 28, 2025
```
=================================================================
==7294==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x56534822b193 in malloc (/home/runner/work/curl/curl/bld/conftest+0xc7193) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #1 0x7fc1fe55b639 in getaddrinfo (/lib/x86_64-linux-gnu/libc.so.6+0x15b639) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #2 0x5653481c17fd in getaddrinfo (/home/runner/work/curl/curl/bld/conftest+0x5d7fd) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)
    #3 0x5653482698f4 in main /home/runner/work/curl/curl/bld/conftest.c:210:17
    #4 0x7fc1fe42a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #5 0x7fc1fe42a28a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
    #6 0x565348190344 in _start (/home/runner/work/curl/curl/bld/conftest+0x2c344) (BuildId: 97134224fbe0749a43ecaaf61869e2bcb0f04094)

SUMMARY: AddressSanitizer: 64 byte(s) leaked in 1 allocation(s).
```
https://github.com/curl/curl/actions/runs/13566872950/job/37923962163?pr=16507
vszakats added a commit that referenced this pull request Jun 11, 2025
```
==28724==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7f028b500060 at pc 0x55edc7ea2e85 bp 0x7fff7d70a4d0 sp 0x7fff7d70a4c8
 READ of size 4 at 0x7f028b500060 thread T0
 /usr/bin/llvm-symbolizer-18: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: no version information available (required by /usr/bin/llvm-symbolizer-18)
 /usr/bin/llvm-symbolizer-18: symbol lookup error: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: undefined symbol: __asan_option_detect_stack_use_after_return
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't write to symbolizer at fd 9
 /usr/bin/llvm-symbolizer-18: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: no version information available (required by /usr/bin/llvm-symbolizer-18)
 /usr/bin/llvm-symbolizer-18: symbol lookup error: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: undefined symbol: __asan_option_detect_stack_use_after_return
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
 ==28724==WARNING: Can't read from symbolizer at fd 6
     #0 0x55edc7ea2e84  (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0x1b6e84) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
     #1 0x7f028f6111dd  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x8111dd) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #2 0x7f028f38b8c4  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x58b8c4) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #3 0x7f028f38d60a  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x58d60a) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #4 0x7f028f3796a5  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x5796a5) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #5 0x7f028f11c442  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x31c442) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #6 0x7f028f11bd9c  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x31bd9c) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #7 0x7f028f37891b  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x57891b) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #8 0x7f028f2bb7f3  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x4bb7f3) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #9 0x7f028f28b01d  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x48b01d) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #10 0x7f028f5e3ce4  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x7e3ce4) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     #11 0x7f028f5de4c1  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x7de4c1) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#12 0x7f028f340504  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x540504) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#13 0x7f028f33dba1  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x53dba1) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#14 0x7f028f4f02bd  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x6f02bd) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#15 0x7f028f212a09  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x412a09) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#16 0x7f028f211bae  (/home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4+0x411bae) (BuildId: 8b44169afc81107024b77ec9a2942da0f6e28bfa)
     curl#17 0x55edc7ea2c73  (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0x1b6c73) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
     curl#18 0x55edc7f7b832  (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0x28f832) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
     curl#19 0x7f028dc2a1c9  (/lib/x86_64-linux-gnu/libc.so.6+0x2a1c9) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
     curl#20 0x7f028dc2a28a  (/lib/x86_64-linux-gnu/libc.so.6+0x2a28a) (BuildId: 42c84c92e6f98126b3e2230ebfdead22c235b667)
     curl#21 0x55edc7da3a34  (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0xb7a34) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
 Address 0x7f028b500060 is located in stack of thread T0 at offset 32 in frame
 ==28724==WARNING: Can't read from symbolizer at fd 6
     #0 0x55edc7ea2717  (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0x1b6717) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
   This frame has 1 object(s):
     [32, 36) 'counter' (line 91) <== Memory access at offset 32 is inside this variable
 HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
       (longjmp and C++ exceptions *are* supported)
 ==28724==WARNING: Can't read from symbolizer at fd 6
 SUMMARY: AddressSanitizer: stack-use-after-scope (/home/runner/work/curl/curl/bld/tests/libtest/.libs/libtests+0x1b6e84) (BuildId: 7d9c526eeac6e37274bab929807a3ed93d8fe67c)
 Shadow bytes around the buggy address:
   0x7f028b4ffd80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   0x7f028b4ffe00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   0x7f028b4ffe80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   0x7f028b4fff00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   0x7f028b4fff80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 =>0x7f028b500000: f5 f5 f5 f5 f5 f5 f5 f5 f1 f1 f1 f1[f8]f3 f3 f3
   0x7f028b500080: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
   0x7f028b500100: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
   0x7f028b500180: f1 f1 f1 f1 04 f2 f8 f3 f5 f5 f5 f5 f5 f5 f5 f5
   0x7f028b500200: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
   0x7f028b500280: f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
 Shadow byte legend (one shadow byte represents 8 application bytes):
   Addressable:           00
   Partially addressable: 01 02 03 04 05 06 07
   Heap left redzone:       fa
   Freed heap region:       fd
   Stack left redzone:      f1
   Stack mid redzone:       f2
   Stack right redzone:     f3
   Stack after return:      f5
   Stack use after scope:   f8
   Global redzone:          f9
   Global init order:       f6
   Poisoned by user:        f7
   Container overflow:      fc
   Array cookie:            ac
   Intra object redzone:    bb
   ASan internal:           fe
   Left alloca redzone:     ca
   Right alloca redzone:    cb
 ==28724==ABORTING
```
https://github.com/curl/curl/actions/runs/15590177615/job/43906987845?pr=17598#step:39:1276
vszakats added a commit that referenced this pull request Dec 3, 2025
https://github.com/curl/curl/pull/19810/files

sock5 sockets fail
```
test 1467...[HTTP GET via SOCKS5 proxy via Unix sockets]

 1467: protocol FAILED!
 There was no content at all in the file log/1/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/1/ directory after test 1467
=== Start of file commands.log
 ../src/curl.exe -q --output log/1/curl1467.out  --include --trace-ascii log/1/trace1467 --trace-time --socks5 localhost/tmp/curl-socksd-xe3LMbVY http://127.0.0.1:64407/1467 > log/1/stdout1467 2> log/1/stderr1467
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529549 ====> Client connect
 14:11:54.529749 accept_connection 276 returned 528
 14:11:54.529874 accept_connection 276 returned 0
 14:11:54.530257 Read 97 bytes
 14:11:54.530339 Process 97 bytes request
 14:11:54.530599 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530813 Are-we-friendly question received
 14:11:54.531012 Wrote request (97 bytes) input to log/1/server.input
 14:11:54.531204 Identifying ourselves as friends
 14:11:54.531531 Response sent (58 bytes) and written to log/1/server.response
 14:11:54.531617 special request received, no persistency
 14:11:54.531695 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64407...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64407) from 127.0.0.1 port 52514
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64407
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64407 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4200364
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1467
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4200364
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597017 Running unix version
 14:11:54.597943 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-xe3LMbVY
 14:11:54.598142 Wrote pid 4195104 to log/1/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1467
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
=== End of file stderr1467
=== Start of file trace1467
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-xe3LMbVY:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-xe3LMbVY: Network down
 14:11:55.693000 * Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1467
test 1474...[--proto -all disables all protocols]
-------em-- OK (1418 out of 1818, remaining: 01:15, took 0.437s, duration: 04:27)
test 1468...[HTTP GET with hostname using SOCKS5h via Unix sockets]

 1468: protocol FAILED!
 There was no content at all in the file log/3/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/3/ directory after test 1468
=== Start of file commands.log
 ../src/curl.exe -q --output log/3/curl1468.out  --include --trace-ascii log/3/trace1468 --trace-time http://this.is.a.host.name:64405/1468 --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 > log/3/stdout1468 2> log/3/stderr1468
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529551 ====> Client connect
 14:11:54.529749 accept_connection 268 returned 608
 14:11:54.529878 accept_connection 268 returned 0
 14:11:54.530268 Read 97 bytes
 14:11:54.530361 Process 97 bytes request
 14:11:54.530613 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530826 Are-we-friendly question received
 14:11:54.530987 Wrote request (97 bytes) input to log/3/server.input
 14:11:54.531124 Identifying ourselves as friends
 14:11:54.531384 Response sent (58 bytes) and written to log/3/server.response
 14:11:54.531498 special request received, no persistency
 14:11:54.531566 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64405...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64405) from 127.0.0.1 port 52515
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64405
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64405 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4197832
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1468
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4197832
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597034 Running unix version
 14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
 14:11:54.598176 Wrote pid 4203736 to log/3/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1468
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
=== End of file stderr1468
=== Start of file trace1468
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-YnbvRo98:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-YnbvRo98: Network down
 14:11:55.693000 * Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1468
test 1477...[Verify that error codes in headers and libcurl-errors.3 are in sync]
s------e--- OK (1421 out of 1818, remaining: 01:14, took 0.140s, duration: 04:27)
test 1470...[HTTPS GET with hostname using SOCKS5h via Unix sockets]

 1470: protocol FAILED!
 There was no content at all in the file log/5/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/5/ directory after test 1470
=== Start of file commands.log
 ../src/curl.exe -q --output log/5/curl1470.out  --include --trace-ascii log/5/trace1470 --trace-time https://this.is.a.host.name:65483/1470 --insecure --proxy socks5h://localhost/tmp/curl-socksd-el7LUslB > log/5/stdout1470 2> log/5/stderr1470
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.973870 ====> Client connect
 14:11:54.974003 accept_connection 260 returned 560
 14:11:54.974085 accept_connection 260 returned 0
 14:11:54.974160 Read 97 bytes
 14:11:54.974227 Process 97 bytes request
 14:11:54.974297 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.974362 Are-we-friendly question received
 14:11:54.974476 Wrote request (97 bytes) input to log/5/server.input
 14:11:54.974579 Identifying ourselves as friends
 14:11:54.974813 Response sent (58 bytes) and written to log/5/server.response
 14:11:54.974889 special request received, no persistency
 14:11:54.974944 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file https_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:65483...
 * GnuTLS priority: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
 * ALPN: curl offers h2,http/1.1
 * SSL Trust: peer verification disabled
 * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
 *   SSL certificate verification SKIPPED
 *   SSL certificate expiration date OK
 *   SSL certificate activation date OK
 *   SSL certificate status verification SKIPPED
 *   common name: localhost (does not match '127.0.0.1')
 *   certificate public key: EC/ECDSA
 *   certificate version: #3
 *   subject: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=localhost
 *   start date: Wed, 03 Dec 2025 14:06:46 GMT
 *   expire date: Tue, 29 Sep 2026 14:06:46 GMT
 *   issuer: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=Northern Nowhere Trust Anchor
 * ALPN: server did not agree on a protocol. Uses default.
 * Established connection to 127.0.0.1 (127.0.0.1 port 65483) from 127.0.0.1 port 52518
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:65483
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:65483 left intact
=== End of file https_verify.log
=== Start of file https_verify.out
 WE ROOLZ: 4196540
=== End of file https_verify.out
=== Start of file server.cmd
 Testnum 1470
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4196540
=== End of file server.response
=== Start of file socks2_server.log
 14:11:55.043373 Running unix version
 14:11:55.044269 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-el7LUslB
 14:11:55.044474 Wrote pid 4196296 to log/5/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1470
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
=== End of file stderr1470
=== Start of file trace1470
 14:11:56.178000 * !!! WARNING !!
 14:11:56.178000 * This is a debug build of libcurl, do not use in production.
 14:11:56.178000 * alloc connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * new connection, bits.close=0
 14:11:56.178000 *   Trying /tmp/curl-socksd-el7LUslB:0...
 14:11:56.178000 * Immediate connect fail for /tmp/curl-socksd-el7LUslB: Network down
 14:11:56.178000 * Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
 14:11:56.178000 * closing connection #0
=== End of file trace1470

[...]

FAIL 1467: 'HTTP GET via SOCKS5 proxy via Unix sockets' HTTP, HTTP GET, SOCKS5, UnixSockets
FAIL 1468: 'HTTP GET with hostname using SOCKS5h via Unix sockets' HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
FAIL 1470: 'HTTPS GET with hostname using SOCKS5h via Unix sockets' HTTPS, HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
```

https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
vszakats added a commit that referenced this pull request Dec 4, 2025
https://github.com/curl/curl/pull/19810/files

sock5 sockets fail
```
test 1467...[HTTP GET via SOCKS5 proxy via Unix sockets]

 1467: protocol FAILED!
 There was no content at all in the file log/1/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/1/ directory after test 1467
=== Start of file commands.log
 ../src/curl.exe -q --output log/1/curl1467.out  --include --trace-ascii log/1/trace1467 --trace-time --socks5 localhost/tmp/curl-socksd-xe3LMbVY http://127.0.0.1:64407/1467 > log/1/stdout1467 2> log/1/stderr1467
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529549 ====> Client connect
 14:11:54.529749 accept_connection 276 returned 528
 14:11:54.529874 accept_connection 276 returned 0
 14:11:54.530257 Read 97 bytes
 14:11:54.530339 Process 97 bytes request
 14:11:54.530599 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530813 Are-we-friendly question received
 14:11:54.531012 Wrote request (97 bytes) input to log/1/server.input
 14:11:54.531204 Identifying ourselves as friends
 14:11:54.531531 Response sent (58 bytes) and written to log/1/server.response
 14:11:54.531617 special request received, no persistency
 14:11:54.531695 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64407...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64407) from 127.0.0.1 port 52514
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64407
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64407 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4200364
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1467
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4200364
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597017 Running unix version
 14:11:54.597943 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-xe3LMbVY
 14:11:54.598142 Wrote pid 4195104 to log/1/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1467
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
=== End of file stderr1467
=== Start of file trace1467
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-xe3LMbVY:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-xe3LMbVY: Network down
 14:11:55.693000 * Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1467
test 1474...[--proto -all disables all protocols]
-------em-- OK (1418 out of 1818, remaining: 01:15, took 0.437s, duration: 04:27)
test 1468...[HTTP GET with hostname using SOCKS5h via Unix sockets]

 1468: protocol FAILED!
 There was no content at all in the file log/3/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/3/ directory after test 1468
=== Start of file commands.log
 ../src/curl.exe -q --output log/3/curl1468.out  --include --trace-ascii log/3/trace1468 --trace-time http://this.is.a.host.name:64405/1468 --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 > log/3/stdout1468 2> log/3/stderr1468
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529551 ====> Client connect
 14:11:54.529749 accept_connection 268 returned 608
 14:11:54.529878 accept_connection 268 returned 0
 14:11:54.530268 Read 97 bytes
 14:11:54.530361 Process 97 bytes request
 14:11:54.530613 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530826 Are-we-friendly question received
 14:11:54.530987 Wrote request (97 bytes) input to log/3/server.input
 14:11:54.531124 Identifying ourselves as friends
 14:11:54.531384 Response sent (58 bytes) and written to log/3/server.response
 14:11:54.531498 special request received, no persistency
 14:11:54.531566 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64405...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64405) from 127.0.0.1 port 52515
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64405
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64405 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4197832
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1468
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4197832
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597034 Running unix version
 14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
 14:11:54.598176 Wrote pid 4203736 to log/3/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1468
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
=== End of file stderr1468
=== Start of file trace1468
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-YnbvRo98:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-YnbvRo98: Network down
 14:11:55.693000 * Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1468
test 1477...[Verify that error codes in headers and libcurl-errors.3 are in sync]
s------e--- OK (1421 out of 1818, remaining: 01:14, took 0.140s, duration: 04:27)
test 1470...[HTTPS GET with hostname using SOCKS5h via Unix sockets]

 1470: protocol FAILED!
 There was no content at all in the file log/5/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/5/ directory after test 1470
=== Start of file commands.log
 ../src/curl.exe -q --output log/5/curl1470.out  --include --trace-ascii log/5/trace1470 --trace-time https://this.is.a.host.name:65483/1470 --insecure --proxy socks5h://localhost/tmp/curl-socksd-el7LUslB > log/5/stdout1470 2> log/5/stderr1470
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.973870 ====> Client connect
 14:11:54.974003 accept_connection 260 returned 560
 14:11:54.974085 accept_connection 260 returned 0
 14:11:54.974160 Read 97 bytes
 14:11:54.974227 Process 97 bytes request
 14:11:54.974297 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.974362 Are-we-friendly question received
 14:11:54.974476 Wrote request (97 bytes) input to log/5/server.input
 14:11:54.974579 Identifying ourselves as friends
 14:11:54.974813 Response sent (58 bytes) and written to log/5/server.response
 14:11:54.974889 special request received, no persistency
 14:11:54.974944 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file https_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:65483...
 * GnuTLS priority: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
 * ALPN: curl offers h2,http/1.1
 * SSL Trust: peer verification disabled
 * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
 *   SSL certificate verification SKIPPED
 *   SSL certificate expiration date OK
 *   SSL certificate activation date OK
 *   SSL certificate status verification SKIPPED
 *   common name: localhost (does not match '127.0.0.1')
 *   certificate public key: EC/ECDSA
 *   certificate version: #3
 *   subject: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=localhost
 *   start date: Wed, 03 Dec 2025 14:06:46 GMT
 *   expire date: Tue, 29 Sep 2026 14:06:46 GMT
 *   issuer: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=Northern Nowhere Trust Anchor
 * ALPN: server did not agree on a protocol. Uses default.
 * Established connection to 127.0.0.1 (127.0.0.1 port 65483) from 127.0.0.1 port 52518
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:65483
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:65483 left intact
=== End of file https_verify.log
=== Start of file https_verify.out
 WE ROOLZ: 4196540
=== End of file https_verify.out
=== Start of file server.cmd
 Testnum 1470
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4196540
=== End of file server.response
=== Start of file socks2_server.log
 14:11:55.043373 Running unix version
 14:11:55.044269 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-el7LUslB
 14:11:55.044474 Wrote pid 4196296 to log/5/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1470
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
=== End of file stderr1470
=== Start of file trace1470
 14:11:56.178000 * !!! WARNING !!
 14:11:56.178000 * This is a debug build of libcurl, do not use in production.
 14:11:56.178000 * alloc connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * new connection, bits.close=0
 14:11:56.178000 *   Trying /tmp/curl-socksd-el7LUslB:0...
 14:11:56.178000 * Immediate connect fail for /tmp/curl-socksd-el7LUslB: Network down
 14:11:56.178000 * Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
 14:11:56.178000 * closing connection #0
=== End of file trace1470

[...]

FAIL 1467: 'HTTP GET via SOCKS5 proxy via Unix sockets' HTTP, HTTP GET, SOCKS5, UnixSockets
FAIL 1468: 'HTTP GET with hostname using SOCKS5h via Unix sockets' HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
FAIL 1470: 'HTTPS GET with hostname using SOCKS5h via Unix sockets' HTTPS, HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
```

https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
vszakats added a commit that referenced this pull request Dec 4, 2025
https://github.com/curl/curl/pull/19810/files

sock5 sockets fail
```
test 1467...[HTTP GET via SOCKS5 proxy via Unix sockets]

 1467: protocol FAILED!
 There was no content at all in the file log/1/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/1/ directory after test 1467
=== Start of file commands.log
 ../src/curl.exe -q --output log/1/curl1467.out  --include --trace-ascii log/1/trace1467 --trace-time --socks5 localhost/tmp/curl-socksd-xe3LMbVY http://127.0.0.1:64407/1467 > log/1/stdout1467 2> log/1/stderr1467
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529549 ====> Client connect
 14:11:54.529749 accept_connection 276 returned 528
 14:11:54.529874 accept_connection 276 returned 0
 14:11:54.530257 Read 97 bytes
 14:11:54.530339 Process 97 bytes request
 14:11:54.530599 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530813 Are-we-friendly question received
 14:11:54.531012 Wrote request (97 bytes) input to log/1/server.input
 14:11:54.531204 Identifying ourselves as friends
 14:11:54.531531 Response sent (58 bytes) and written to log/1/server.response
 14:11:54.531617 special request received, no persistency
 14:11:54.531695 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64407...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64407) from 127.0.0.1 port 52514
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64407
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64407 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4200364
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1467
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4200364
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597017 Running unix version
 14:11:54.597943 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-xe3LMbVY
 14:11:54.598142 Wrote pid 4195104 to log/1/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1467
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
=== End of file stderr1467
=== Start of file trace1467
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-xe3LMbVY:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-xe3LMbVY: Network down
 14:11:55.693000 * Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1467
test 1474...[--proto -all disables all protocols]
-------em-- OK (1418 out of 1818, remaining: 01:15, took 0.437s, duration: 04:27)
test 1468...[HTTP GET with hostname using SOCKS5h via Unix sockets]

 1468: protocol FAILED!
 There was no content at all in the file log/3/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/3/ directory after test 1468
=== Start of file commands.log
 ../src/curl.exe -q --output log/3/curl1468.out  --include --trace-ascii log/3/trace1468 --trace-time http://this.is.a.host.name:64405/1468 --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 > log/3/stdout1468 2> log/3/stderr1468
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529551 ====> Client connect
 14:11:54.529749 accept_connection 268 returned 608
 14:11:54.529878 accept_connection 268 returned 0
 14:11:54.530268 Read 97 bytes
 14:11:54.530361 Process 97 bytes request
 14:11:54.530613 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530826 Are-we-friendly question received
 14:11:54.530987 Wrote request (97 bytes) input to log/3/server.input
 14:11:54.531124 Identifying ourselves as friends
 14:11:54.531384 Response sent (58 bytes) and written to log/3/server.response
 14:11:54.531498 special request received, no persistency
 14:11:54.531566 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64405...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64405) from 127.0.0.1 port 52515
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64405
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64405 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4197832
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1468
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4197832
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597034 Running unix version
 14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
 14:11:54.598176 Wrote pid 4203736 to log/3/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1468
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
=== End of file stderr1468
=== Start of file trace1468
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-YnbvRo98:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-YnbvRo98: Network down
 14:11:55.693000 * Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1468
test 1477...[Verify that error codes in headers and libcurl-errors.3 are in sync]
s------e--- OK (1421 out of 1818, remaining: 01:14, took 0.140s, duration: 04:27)
test 1470...[HTTPS GET with hostname using SOCKS5h via Unix sockets]

 1470: protocol FAILED!
 There was no content at all in the file log/5/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/5/ directory after test 1470
=== Start of file commands.log
 ../src/curl.exe -q --output log/5/curl1470.out  --include --trace-ascii log/5/trace1470 --trace-time https://this.is.a.host.name:65483/1470 --insecure --proxy socks5h://localhost/tmp/curl-socksd-el7LUslB > log/5/stdout1470 2> log/5/stderr1470
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.973870 ====> Client connect
 14:11:54.974003 accept_connection 260 returned 560
 14:11:54.974085 accept_connection 260 returned 0
 14:11:54.974160 Read 97 bytes
 14:11:54.974227 Process 97 bytes request
 14:11:54.974297 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.974362 Are-we-friendly question received
 14:11:54.974476 Wrote request (97 bytes) input to log/5/server.input
 14:11:54.974579 Identifying ourselves as friends
 14:11:54.974813 Response sent (58 bytes) and written to log/5/server.response
 14:11:54.974889 special request received, no persistency
 14:11:54.974944 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file https_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:65483...
 * GnuTLS priority: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
 * ALPN: curl offers h2,http/1.1
 * SSL Trust: peer verification disabled
 * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
 *   SSL certificate verification SKIPPED
 *   SSL certificate expiration date OK
 *   SSL certificate activation date OK
 *   SSL certificate status verification SKIPPED
 *   common name: localhost (does not match '127.0.0.1')
 *   certificate public key: EC/ECDSA
 *   certificate version: #3
 *   subject: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=localhost
 *   start date: Wed, 03 Dec 2025 14:06:46 GMT
 *   expire date: Tue, 29 Sep 2026 14:06:46 GMT
 *   issuer: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=Northern Nowhere Trust Anchor
 * ALPN: server did not agree on a protocol. Uses default.
 * Established connection to 127.0.0.1 (127.0.0.1 port 65483) from 127.0.0.1 port 52518
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:65483
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:65483 left intact
=== End of file https_verify.log
=== Start of file https_verify.out
 WE ROOLZ: 4196540
=== End of file https_verify.out
=== Start of file server.cmd
 Testnum 1470
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4196540
=== End of file server.response
=== Start of file socks2_server.log
 14:11:55.043373 Running unix version
 14:11:55.044269 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-el7LUslB
 14:11:55.044474 Wrote pid 4196296 to log/5/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1470
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
=== End of file stderr1470
=== Start of file trace1470
 14:11:56.178000 * !!! WARNING !!
 14:11:56.178000 * This is a debug build of libcurl, do not use in production.
 14:11:56.178000 * alloc connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * new connection, bits.close=0
 14:11:56.178000 *   Trying /tmp/curl-socksd-el7LUslB:0...
 14:11:56.178000 * Immediate connect fail for /tmp/curl-socksd-el7LUslB: Network down
 14:11:56.178000 * Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
 14:11:56.178000 * closing connection #0
=== End of file trace1470

[...]

FAIL 1467: 'HTTP GET via SOCKS5 proxy via Unix sockets' HTTP, HTTP GET, SOCKS5, UnixSockets
FAIL 1468: 'HTTP GET with hostname using SOCKS5h via Unix sockets' HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
FAIL 1470: 'HTTPS GET with hostname using SOCKS5h via Unix sockets' HTTPS, HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
```

https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
vszakats added a commit that referenced this pull request Dec 4, 2025
https://github.com/curl/curl/pull/19810/files

sock5 sockets fail
```
test 1467...[HTTP GET via SOCKS5 proxy via Unix sockets]

 1467: protocol FAILED!
 There was no content at all in the file log/1/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/1/ directory after test 1467
=== Start of file commands.log
 ../src/curl.exe -q --output log/1/curl1467.out  --include --trace-ascii log/1/trace1467 --trace-time --socks5 localhost/tmp/curl-socksd-xe3LMbVY http://127.0.0.1:64407/1467 > log/1/stdout1467 2> log/1/stderr1467
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529549 ====> Client connect
 14:11:54.529749 accept_connection 276 returned 528
 14:11:54.529874 accept_connection 276 returned 0
 14:11:54.530257 Read 97 bytes
 14:11:54.530339 Process 97 bytes request
 14:11:54.530599 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530813 Are-we-friendly question received
 14:11:54.531012 Wrote request (97 bytes) input to log/1/server.input
 14:11:54.531204 Identifying ourselves as friends
 14:11:54.531531 Response sent (58 bytes) and written to log/1/server.response
 14:11:54.531617 special request received, no persistency
 14:11:54.531695 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64407...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64407) from 127.0.0.1 port 52514
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64407
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64407 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4200364
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1467
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4200364
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597017 Running unix version
 14:11:54.597943 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-xe3LMbVY
 14:11:54.598142 Wrote pid 4195104 to log/1/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1467
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
=== End of file stderr1467
=== Start of file trace1467
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-xe3LMbVY:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-xe3LMbVY: Network down
 14:11:55.693000 * Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1467
test 1474...[--proto -all disables all protocols]
-------em-- OK (1418 out of 1818, remaining: 01:15, took 0.437s, duration: 04:27)
test 1468...[HTTP GET with hostname using SOCKS5h via Unix sockets]

 1468: protocol FAILED!
 There was no content at all in the file log/3/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/3/ directory after test 1468
=== Start of file commands.log
 ../src/curl.exe -q --output log/3/curl1468.out  --include --trace-ascii log/3/trace1468 --trace-time http://this.is.a.host.name:64405/1468 --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 > log/3/stdout1468 2> log/3/stderr1468
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529551 ====> Client connect
 14:11:54.529749 accept_connection 268 returned 608
 14:11:54.529878 accept_connection 268 returned 0
 14:11:54.530268 Read 97 bytes
 14:11:54.530361 Process 97 bytes request
 14:11:54.530613 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530826 Are-we-friendly question received
 14:11:54.530987 Wrote request (97 bytes) input to log/3/server.input
 14:11:54.531124 Identifying ourselves as friends
 14:11:54.531384 Response sent (58 bytes) and written to log/3/server.response
 14:11:54.531498 special request received, no persistency
 14:11:54.531566 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64405...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64405) from 127.0.0.1 port 52515
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64405
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64405 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4197832
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1468
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4197832
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597034 Running unix version
 14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
 14:11:54.598176 Wrote pid 4203736 to log/3/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1468
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
=== End of file stderr1468
=== Start of file trace1468
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-YnbvRo98:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-YnbvRo98: Network down
 14:11:55.693000 * Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1468
test 1477...[Verify that error codes in headers and libcurl-errors.3 are in sync]
s------e--- OK (1421 out of 1818, remaining: 01:14, took 0.140s, duration: 04:27)
test 1470...[HTTPS GET with hostname using SOCKS5h via Unix sockets]

 1470: protocol FAILED!
 There was no content at all in the file log/5/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/5/ directory after test 1470
=== Start of file commands.log
 ../src/curl.exe -q --output log/5/curl1470.out  --include --trace-ascii log/5/trace1470 --trace-time https://this.is.a.host.name:65483/1470 --insecure --proxy socks5h://localhost/tmp/curl-socksd-el7LUslB > log/5/stdout1470 2> log/5/stderr1470
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.973870 ====> Client connect
 14:11:54.974003 accept_connection 260 returned 560
 14:11:54.974085 accept_connection 260 returned 0
 14:11:54.974160 Read 97 bytes
 14:11:54.974227 Process 97 bytes request
 14:11:54.974297 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.974362 Are-we-friendly question received
 14:11:54.974476 Wrote request (97 bytes) input to log/5/server.input
 14:11:54.974579 Identifying ourselves as friends
 14:11:54.974813 Response sent (58 bytes) and written to log/5/server.response
 14:11:54.974889 special request received, no persistency
 14:11:54.974944 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file https_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:65483...
 * GnuTLS priority: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
 * ALPN: curl offers h2,http/1.1
 * SSL Trust: peer verification disabled
 * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
 *   SSL certificate verification SKIPPED
 *   SSL certificate expiration date OK
 *   SSL certificate activation date OK
 *   SSL certificate status verification SKIPPED
 *   common name: localhost (does not match '127.0.0.1')
 *   certificate public key: EC/ECDSA
 *   certificate version: #3
 *   subject: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=localhost
 *   start date: Wed, 03 Dec 2025 14:06:46 GMT
 *   expire date: Tue, 29 Sep 2026 14:06:46 GMT
 *   issuer: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=Northern Nowhere Trust Anchor
 * ALPN: server did not agree on a protocol. Uses default.
 * Established connection to 127.0.0.1 (127.0.0.1 port 65483) from 127.0.0.1 port 52518
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:65483
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:65483 left intact
=== End of file https_verify.log
=== Start of file https_verify.out
 WE ROOLZ: 4196540
=== End of file https_verify.out
=== Start of file server.cmd
 Testnum 1470
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4196540
=== End of file server.response
=== Start of file socks2_server.log
 14:11:55.043373 Running unix version
 14:11:55.044269 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-el7LUslB
 14:11:55.044474 Wrote pid 4196296 to log/5/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1470
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
=== End of file stderr1470
=== Start of file trace1470
 14:11:56.178000 * !!! WARNING !!
 14:11:56.178000 * This is a debug build of libcurl, do not use in production.
 14:11:56.178000 * alloc connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * new connection, bits.close=0
 14:11:56.178000 *   Trying /tmp/curl-socksd-el7LUslB:0...
 14:11:56.178000 * Immediate connect fail for /tmp/curl-socksd-el7LUslB: Network down
 14:11:56.178000 * Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
 14:11:56.178000 * closing connection #0
=== End of file trace1470

[...]

FAIL 1467: 'HTTP GET via SOCKS5 proxy via Unix sockets' HTTP, HTTP GET, SOCKS5, UnixSockets
FAIL 1468: 'HTTP GET with hostname using SOCKS5h via Unix sockets' HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
FAIL 1470: 'HTTPS GET with hostname using SOCKS5h via Unix sockets' HTTPS, HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
```

https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
vszakats added a commit that referenced this pull request Dec 4, 2025
https://github.com/curl/curl/pull/19810/files

sock5 sockets fail
```
test 1467...[HTTP GET via SOCKS5 proxy via Unix sockets]

 1467: protocol FAILED!
 There was no content at all in the file log/1/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/1/ directory after test 1467
=== Start of file commands.log
 ../src/curl.exe -q --output log/1/curl1467.out  --include --trace-ascii log/1/trace1467 --trace-time --socks5 localhost/tmp/curl-socksd-xe3LMbVY http://127.0.0.1:64407/1467 > log/1/stdout1467 2> log/1/stderr1467
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529549 ====> Client connect
 14:11:54.529749 accept_connection 276 returned 528
 14:11:54.529874 accept_connection 276 returned 0
 14:11:54.530257 Read 97 bytes
 14:11:54.530339 Process 97 bytes request
 14:11:54.530599 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530813 Are-we-friendly question received
 14:11:54.531012 Wrote request (97 bytes) input to log/1/server.input
 14:11:54.531204 Identifying ourselves as friends
 14:11:54.531531 Response sent (58 bytes) and written to log/1/server.response
 14:11:54.531617 special request received, no persistency
 14:11:54.531695 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64407...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64407) from 127.0.0.1 port 52514
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64407
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64407 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4200364
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1467
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4200364
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597017 Running unix version
 14:11:54.597943 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-xe3LMbVY
 14:11:54.598142 Wrote pid 4195104 to log/1/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1467
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
=== End of file stderr1467
=== Start of file trace1467
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-xe3LMbVY:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-xe3LMbVY: Network down
 14:11:55.693000 * Failed to connect to 127.0.0.1 port 64407 via localhost/tmp/curl-socksd-xe3LMbVY after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1467
test 1474...[--proto -all disables all protocols]
-------em-- OK (1418 out of 1818, remaining: 01:15, took 0.437s, duration: 04:27)
test 1468...[HTTP GET with hostname using SOCKS5h via Unix sockets]

 1468: protocol FAILED!
 There was no content at all in the file log/3/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/3/ directory after test 1468
=== Start of file commands.log
 ../src/curl.exe -q --output log/3/curl1468.out  --include --trace-ascii log/3/trace1468 --trace-time http://this.is.a.host.name:64405/1468 --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 > log/3/stdout1468 2> log/3/stderr1468
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.529551 ====> Client connect
 14:11:54.529749 accept_connection 268 returned 608
 14:11:54.529878 accept_connection 268 returned 0
 14:11:54.530268 Read 97 bytes
 14:11:54.530361 Process 97 bytes request
 14:11:54.530613 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.530826 Are-we-friendly question received
 14:11:54.530987 Wrote request (97 bytes) input to log/3/server.input
 14:11:54.531124 Identifying ourselves as friends
 14:11:54.531384 Response sent (58 bytes) and written to log/3/server.response
 14:11:54.531498 special request received, no persistency
 14:11:54.531566 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file http_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:64405...
 * Established connection to 127.0.0.1 (127.0.0.1 port 64405) from 127.0.0.1 port 52515
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:64405
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:64405 left intact
=== End of file http_verify.log
=== Start of file http_verify.out
 WE ROOLZ: 4197832
=== End of file http_verify.out
=== Start of file server.cmd
 Testnum 1468
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4197832
=== End of file server.response
=== Start of file socks2_server.log
 14:11:54.597034 Running unix version
 14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
 14:11:54.598176 Wrote pid 4203736 to log/3/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1468
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
=== End of file stderr1468
=== Start of file trace1468
 14:11:55.693000 * !!! WARNING !!
 14:11:55.693000 * This is a debug build of libcurl, do not use in production.
 14:11:55.693000 * alloc connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * setup connection, bits.close=0
 14:11:55.693000 * new connection, bits.close=0
 14:11:55.693000 *   Trying /tmp/curl-socksd-YnbvRo98:0...
 14:11:55.693000 * Immediate connect fail for /tmp/curl-socksd-YnbvRo98: Network down
 14:11:55.693000 * Failed to connect to this.is.a.host.name port 64405 via localhost/tmp/curl-socksd-YnbvRo98 after 4 ms: Could not connect to server
 14:11:55.693000 * closing connection #0
=== End of file trace1468
test 1477...[Verify that error codes in headers and libcurl-errors.3 are in sync]
s------e--- OK (1421 out of 1818, remaining: 01:14, took 0.140s, duration: 04:27)
test 1470...[HTTPS GET with hostname using SOCKS5h via Unix sockets]

 1470: protocol FAILED!
 There was no content at all in the file log/5/server.input.
 Server glitch? Total curl failure? Returned: 7
== Contents of files in the log/5/ directory after test 1470
=== Start of file commands.log
 ../src/curl.exe -q --output log/5/curl1470.out  --include --trace-ascii log/5/trace1470 --trace-time https://this.is.a.host.name:65483/1470 --insecure --proxy socks5h://localhost/tmp/curl-socksd-el7LUslB > log/5/stdout1470 2> log/5/stderr1470
=== End of file commands.log
=== Start of file http_server.log
 14:11:54.973870 ====> Client connect
 14:11:54.974003 accept_connection 260 returned 560
 14:11:54.974085 accept_connection 260 returned 0
 14:11:54.974160 Read 97 bytes
 14:11:54.974227 Process 97 bytes request
 14:11:54.974297 Got request: GET /verifiedserver HTTP/1.1
 14:11:54.974362 Are-we-friendly question received
 14:11:54.974476 Wrote request (97 bytes) input to log/5/server.input
 14:11:54.974579 Identifying ourselves as friends
 14:11:54.974813 Response sent (58 bytes) and written to log/5/server.response
 14:11:54.974889 special request received, no persistency
 14:11:54.974944 ====> Client disconnect 0
=== End of file http_server.log
=== Start of file https_verify.log
 * !!! WARNING !!
 * This is a debug build of libcurl, do not use in production.
 * alloc connection, bits.close=0
 * setup connection, bits.close=0
 * setup connection, bits.close=0
 * new connection, bits.close=0
 *   Trying 127.0.0.1:65483...
 * GnuTLS priority: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2
 * ALPN: curl offers h2,http/1.1
 * SSL Trust: peer verification disabled
 * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
 *   SSL certificate verification SKIPPED
 *   SSL certificate expiration date OK
 *   SSL certificate activation date OK
 *   SSL certificate status verification SKIPPED
 *   common name: localhost (does not match '127.0.0.1')
 *   certificate public key: EC/ECDSA
 *   certificate version: #3
 *   subject: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=localhost
 *   start date: Wed, 03 Dec 2025 14:06:46 GMT
 *   expire date: Tue, 29 Sep 2026 14:06:46 GMT
 *   issuer: C=NN,O=Edel curl Arctic Illudium Research Cloud,CN=Northern Nowhere Trust Anchor
 * ALPN: server did not agree on a protocol. Uses default.
 * Established connection to 127.0.0.1 (127.0.0.1 port 65483) from 127.0.0.1 port 52518
 * using HTTP/1.x
 * sending last upload chunk of 97 bytes
 * Curl_xfer_send(len=97, eos=1) -> 0, 97
 > GET /verifiedserver HTTP/1.1
 > Host: 127.0.0.1:65483
 > User-Agent: curl/8.18.0-DEV
 > Accept: */*
 >
 * Request completely sent off
 < HTTP/1.1 200 OK
 < Content-Length: 19
 <
 { [19 bytes data]
 * Connection #0 to host 127.0.0.1:65483 left intact
=== End of file https_verify.log
=== Start of file https_verify.out
 WE ROOLZ: 4196540
=== End of file https_verify.out
=== Start of file server.cmd
 Testnum 1470
=== End of file server.cmd
=== Start of file server.response
 HTTP/1.1 200 OK
 Content-Length: 19
 WE ROOLZ: 4196540
=== End of file server.response
=== Start of file socks2_server.log
 14:11:55.043373 Running unix version
 14:11:55.044269 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-el7LUslB
 14:11:55.044474 Wrote pid 4196296 to log/5/server/socks2_server.pid
=== End of file socks2_server.log
=== Start of file stderr1470
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed

   0      0   0      0   0      0      0      0  --:--:-- --:--:-- --:--:--      0
 curl: (7) Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
=== End of file stderr1470
=== Start of file trace1470
 14:11:56.178000 * !!! WARNING !!
 14:11:56.178000 * This is a debug build of libcurl, do not use in production.
 14:11:56.178000 * alloc connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * setup connection, bits.close=0
 14:11:56.178000 * new connection, bits.close=0
 14:11:56.178000 *   Trying /tmp/curl-socksd-el7LUslB:0...
 14:11:56.178000 * Immediate connect fail for /tmp/curl-socksd-el7LUslB: Network down
 14:11:56.178000 * Failed to connect to this.is.a.host.name port 65483 via localhost/tmp/curl-socksd-el7LUslB after 3 ms: Could not connect to server
 14:11:56.178000 * closing connection #0
=== End of file trace1470

[...]

FAIL 1467: 'HTTP GET via SOCKS5 proxy via Unix sockets' HTTP, HTTP GET, SOCKS5, UnixSockets
FAIL 1468: 'HTTP GET with hostname using SOCKS5h via Unix sockets' HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
FAIL 1470: 'HTTPS GET with hostname using SOCKS5h via Unix sockets' HTTPS, HTTP, HTTP GET, SOCKS5, SOCKS5h, UnixSockets
```

https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
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