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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3760 Build
codebase Build
got_revision b676ae3b2ae104c62b0c6e7b00fe925678524f37 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision b676ae3b2ae104c62b0c6e7b00fe925678524f37 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 11:33:23 2025
EndSun Apr 6 12:47:17 2025
Elapsed1 hrs, 13 mins, 54 secs

All Changes:

:

  1. Change #226802

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 11:31:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision b676ae3b2ae104c62b0c6e7b00fe925678524f37

    Comments

    CURLOPT_HTTP_TRANSFER_DECODING: fixed
    
    The fix in b8bd019c6a02182 (#16959) broke the
    CURLOPT_HTTP_TRANSFER_DECODING handling, shown in test 319 and curl's
    --raw option.
    
    This is a follow-up that restores the functionality.
    
    Enable test 319 again.
    
    Fixes #16974
    Closes #16984

    Changed files

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