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

Builder curl-ares-solaris11-i386 Build #4372

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 42 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4372 Build
codebase Build
got_revision 7e064d0756c1b77a793a103f46add9bfdc22c680 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7e064d0756c1b77a793a103f46add9bfdc22c680 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Dec 23 17:25:06 2025
EndTue Dec 23 17:35:21 2025
Elapsed10 mins, 14 secs

All Changes:

:

  1. Change #253154

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 23 Dec 2025 17:12:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e064d0756c1b77a793a103f46add9bfdc22c680

    Comments

    cf-h1-proxy: support folded headers in CONNECT responses
    Update test 1941 to verify this
    
    Remove unused code from dynhds for handling folded headers, and the
    associated unit tests of those functions in test 2602 and 2603.
    
    Closes #20080

    Changed files

    • lib/cf-h1-proxy.c
    • lib/dynhds.c
    • lib/http.c
    • lib/http.h
    • tests/data/test1941
    • tests/unit/unit2602.c
    • tests/unit/unit2603.c