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

Builder curl-unthreaded-solaris11-i386 Build #3607

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 17 12:02:22 2025
EndTue Jun 17 15:02:59 2025
Elapsed3 hrs, 37 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