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

Builder curl-unthreaded-solaris11-sparc Build #6270

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Aug 21 21:24:59 2026
EndFri Aug 21 21:49:08 2026
Elapsed24 mins, 9 secs

All Changes:

:

  1. Change #278887

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 21 Aug 2026 23:01:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e7ee16dd3a6e36029fd41c595724c6614176bcb

    Comments

    ws: fix write callback error handling
    When websocket writes out data thought the registered write callback and
    that returns an error, clear the write buffers, so a sub-sequent flush
    will not attempt another write. The transfer is failed at that point and
    should no longer invoke the callback.
    
    Fixes #22627
    Reported-by: Scott Talbert
    Closes #22634

    Changed files

    • lib/ws.c
    • tests/http/test_20_websockets.py
    • tests/libtest/Makefile.inc
    • tests/libtest/cli_ws_write_err.c