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

Builder curl-ares-solaris11-i386 Build #4744

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartThu Mar 12 07:55:14 2026
EndThu Mar 12 08:41:52 2026
Elapsed46 mins, 38 secs

All Changes:

:

  1. Change #260748

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 07:52:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2938cb72e5a7f0e661617b9bf624b4083ca756b9

    Comments

    http: fix Curl_compareheader for multi value headers
    Follow-up to 04289c62dea22d28daa60. Regression shipped in 8.13.0.
    
    - a logic error made it not loop and thus only match if the searched string
      was first
    
    - it no longer matches a substring
    
    Adjusted test 1 to use multiple values in the Connection: response
    header. Adjusted test 1542 to have a "Connection: close-not" which
    should not match.
    
    Reported-by: Henrique Pereira
    
    Closes #20894

    Changed files

    • lib/http.c
    • tests/data/test1
    • tests/data/test1542