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

Builder curl-ares-solaris11-sparc Build #4064

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4064 Build
codebase Build
got_revision 1454aa17d631b49cf35b149271a62193b31a1068 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1454aa17d631b49cf35b149271a62193b31a1068 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 17 12:02:17 2025
EndTue Jun 17 12:28:01 2025
Elapsed25 mins, 44 secs

All Changes:

:

  1. Change #236876

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Jun 2025 11:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1454aa17d631b49cf35b149271a62193b31a1068

    Comments

    http2: do not delay RST send on aborted transfer
    When a transfer is done prematurely, a RST is generated to the server,
    but was not send right away due to send buffering.
    
    Flush the send buffer in a best effort when transfer is done.
    
    Reported-by: Michael Kaufmann
    Fixes #17611
    Closes #17638

    Changed files

    • lib/http2.c