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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/curl-raw
Revisiona3021ebe28d6dd8ff5aac5c712d2452127101a82
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/curl-raw Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3757 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision a3021ebe28d6dd8ff5aac5c712d2452127101a82 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 08:40:44 2025
EndSun Apr 6 08:40:46 2025
Elapsed1 secs

All Changes:

:

  1. Change #226738

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Apr 2025 21:37:13
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/curl-raw
    Revision b38547aadc8b1c32e54f2f1faacdf05c867390b9

    Comments

    CURLOPT_TRANSFER_ENCODING: accept a -1 value for ignore
    
    The previously supported values 1 and 0 are not good enough for the curl
    tool's --raw function.
    
    1: asks for compressed transfer-encoding
    
    0: disables the ask for compressed transfer-encoding but keeps support
    for chunked
    
    -1: is the new option that also disables the support for chunked and
    passes on data as-is
    
    The curl's raw option then sets -1 from now on. It used to set 0 but
    that only worked because of previous bugs in libcurl that now have been
    fixed.

    Changed files

    • docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md
    • lib/content_encoding.c
    • lib/content_encoding.h
    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
    • src/tool_operate.c
    • tests/data/DISABLED
  2. Change #226740

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Apr 2025 21:46:34
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/curl-raw
    Revision 1307afc33b6adb465d57566f8ff4906be3619740

    Comments

    fixup language

    Changed files

    • docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md
  3. Change #226742

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Apr 2025 21:48:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/curl-raw
    Revision eed94e944122161f40ab14a694f1a340fdb8712b

    Comments

    fixup mention how --raw might leave the connection idling

    Changed files

    • docs/cmdline-opts/raw.md
  4. Change #226779

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

    Comments

    CURLOPT_TRANSFER_ENCODING: accept a -1 value for ignore
    
    The previously supported values 1 and 0 are not good enough for the curl
    tool's --raw function.
    
    1: asks for compressed transfer-encoding
    
    0: disables the ask for compressed transfer-encoding but keeps support
    for chunked
    
    -1: is the new option that also disables the support for chunked and
    passes on data as-is
    
    The curl's raw option then sets -1 from now on. It used to set 0 but
    that only worked because of previous bugs in libcurl that now have been
    fixed.

    Changed files

    • docs/cmdline-opts/raw.md
    • docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md
    • lib/content_encoding.c
    • lib/content_encoding.h
    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
    • src/tool_operate.c
    • tests/data/DISABLED
  5. Change #226780

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

    Comments

    fixup make zero be the internal default (chunked)

    Changed files

    • lib/content_encoding.h
    • lib/setopt.c