Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-i386 Build #16386

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaacbe4d9bf4590247819bed5318835b89eafe533
Got Revisionaacbe4d9bf4590247819bed5318835b89eafe533
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16386 Build
codebase Build
got_revision aacbe4d9bf4590247819bed5318835b89eafe533 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aacbe4d9bf4590247819bed5318835b89eafe533 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jacek Migacz

Timing:

StartThu Jan 22 16:56:28 2026
EndFri Jan 23 04:37:32 2026
Elapsed11 hrs, 41 mins, 3 secs

All Changes:

:

  1. Change #256060

    Category curl
    Changed by Jacek Migacz <jmigaczohnoyoudont@redhat.com>
    Changed at Thu 22 Jan 2026 16:51:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aacbe4d9bf4590247819bed5318835b89eafe533

    Comments

    tool: enable header separation for HTTPS proxies
    When using a proxy, --header specified headers were leaking into CONNECT
    requests. This could break corporate proxies that reject custom
    User-Agent headers in CONNECT.
    
    Enable CURLHEADER_SEPARATE only for HTTPS through proxy or when
    --proxytunnel is used, ensuring:
    
    - --header affects only HTTP requests (not CONNECT)
    - --proxy-header affects only CONNECT requests
    - --user-agent affects both consistently
    
    Fixes the redirect + proxy + custom UA issue while maintaining
    compatibility with HTTP proxy scenarios.
    
    Closes #20398

    Changed files

    • src/config2setopts.c