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

Builder curl-pr-unthreaded-solaris10-i386 Build #3759

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/fix-raw
Revisionb7025ba35b840b5036984d0a5850a830cc259967
Got Revisionb7025ba35b840b5036984d0a5850a830cc259967
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 7 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Apr 6 09:49:30 2025
EndSun Apr 6 10:57:45 2025
Elapsed1 hrs, 8 mins, 14 secs

All Changes:

:

  1. Change #226782

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 00:42:32
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/fix-raw
    Revision b7025ba35b840b5036984d0a5850a830cc259967

    Comments

    CURLOPT_HTTP_TRANSFER_DECODING: fixed
    
    The fix in #16974 broke the CURLOPT_HTTP_TRANSFER_DECODING handling a
    little bit, shown in test 319 and curl's --raw option.
    
    This is a follow-up that restores the functionality.
    
    Enable test 319 again.

    Changed files

    • lib/content_encoding.c
    • lib/setopt.c
    • tests/data/DISABLED