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

Builder curl-unthreaded-solaris11-i386 Build #5203

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Jun 11 13:29:43 2026
EndThu Jun 11 15:26:59 2026
Elapsed1 hrs, 57 mins, 15 secs

All Changes:

:

  1. Change #270421

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 13:21:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b336e6b73c3da9a0cf645aada31853c80985963

    Comments

    content_encoding: fix non-last chunked rejection
    Even when two 'chunked' are listed and neither is the last encoding the
    transfer is rejected.
    
    Verified by test 1722 and 1723
    
    Reported-by: violet12331 on hackerone
    Closes #21966

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.am
    • tests/data/test1722
    • tests/data/test1723