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

Builder curl-unthreaded-solaris11-sparc Build #5976

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision849317ff5c5a5e13f50ec3d001e46ddffa77d8a4
Got Revision849317ff5c5a5e13f50ec3d001e46ddffa77d8a4
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 16 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 5976 Build
codebase Build
got_revision 849317ff5c5a5e13f50ec3d001e46ddffa77d8a4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 849317ff5c5a5e13f50ec3d001e46ddffa77d8a4 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Jun 9 11:09:42 2026
EndTue Jun 9 11:45:02 2026
Elapsed35 mins, 20 secs

All Changes:

:

  1. Change #270034

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 09 Jun 2026 11:00:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb9a520873133e369fa86ef63b4e4f0fd2fc1f68

    Comments

    peer.h: fix typo in comment
    Closes #21920

    Changed files

    • lib/peer.h
  2. Change #270035

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 09 Jun 2026 11:05:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 849317ff5c5a5e13f50ec3d001e46ddffa77d8a4

    Comments

    ws: make pong sending lazy
    Do not send PONG frames unless there is sufficient space left in the
    websocket send buffer. A server might be lazy in reading our data and
    intermediary PONG frames can be skipped by a client (RFC 6455, ch.
    5.5.3).
    
    Add test case measuring no real RSS increase on a server blasting with
    PING frames.
    
    Closes #21911

    Changed files

    • lib/ws.c
    • tests/http/test_20_websockets.py