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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/strtoofft-checks
Revisionfd3808163376e2336e7f7445a700721bdcf5af0f
Got Revisionfd3808163376e2336e7f7445a700721bdcf5af0f
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/strtoofft-checks Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3566 Build
codebase Build
got_revision fd3808163376e2336e7f7445a700721bdcf5af0f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision fd3808163376e2336e7f7445a700721bdcf5af0f 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:

StartTue Mar 4 14:48:16 2025
EndTue Mar 4 16:01:27 2025
Elapsed1 hrs, 13 mins, 11 secs

All Changes:

:

  1. Change #223671

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Mar 2025 22:40:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/strtoofft-checks
    Revision fd3808163376e2336e7f7445a700721bdcf5af0f

    Comments

    lib: fix two curlx_strtoofft invokes
    
    - cf-h1-proxy: check return code and return error if the parser fails
    
    - http: make the Retry-After parser check for a date string first then
      number to avoid mis-parsing the begining of a date as a number

    Changed files

    • lib/cf-h1-proxy.c
    • lib/http.c