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

Builder curl-ares-solaris11-i386 Build #4298

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf0d277cb0e3712ae4edf8f51822ffa99e9b3ec54
Got Revisionf0d277cb0e3712ae4edf8f51822ffa99e9b3ec54
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 28 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 4298 Build
codebase Build
got_revision f0d277cb0e3712ae4edf8f51822ffa99e9b3ec54 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f0d277cb0e3712ae4edf8f51822ffa99e9b3ec54 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:

StartSat Dec 13 23:11:39 2025
EndSat Dec 13 23:14:21 2025
Elapsed2 mins, 41 secs

All Changes:

:

  1. Change #252092

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 13 Dec 2025 23:02:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67ae101666f1023263c475b88b266bc9b5e658c0

    Comments

    http: unfold response headers earlier
    Make the low-level HTTP header "builder" unfold headers so that
    everything else can keep pretending folding does not exist.
    
    This code no longer tries to reduce repeated leading whitespace (in the
    continued folded header) to a single one. To avoid having to have a
    special state for that.
    
    Adjusted two test cases accordingly
    
    Closes #19949

    Changed files

    • lib/headers.c
    • lib/http.c
    • lib/urldata.h
    • tests/data/test1274
    • tests/data/test1940
  2. Change #252093

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 13 Dec 2025 23:02:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f0d277cb0e3712ae4edf8f51822ffa99e9b3ec54

    Comments

    tests: verify new header undfolder
    test 798 - incoming cookie header in a folded line
    
    test 1665 - verify HTTP headers without final CRLF. Make sure all complete
    headers are delivered even if the reponse is partial

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1665
    • tests/data/test798