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

Builder curl-ares-solaris11-sparc Build #4426

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 4 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4426 Build
codebase Build
got_revision fa3baabbd81ab9f0aa50bc6335a3e315be0e3009 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fa3baabbd81ab9f0aa50bc6335a3e315be0e3009 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:

StartThu Aug 28 11:02:28 2025
EndThu Aug 28 11:53:38 2025
Elapsed51 mins, 10 secs

All Changes:

:

  1. Change #244020

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 28 Aug 2025 11:00:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa3baabbd81ab9f0aa50bc6335a3e315be0e3009

    Comments

    websocket: improve handling of 0-len frames
    Write out 9-length frames to client's WRITEFUNCTION
    Read 0-length frames from READFUNCTION *if* the function
    started a new frame via `curl_ws_start_frame()`.
    
    Fixes #18286
    Closes #18332
    Reported-by: Andriy Druk

    Changed files

    • docs/libcurl/curl_ws_start_frame.md
    • lib/cw-out.c
    • lib/http.c
    • lib/http_chunks.c
    • lib/mime.c
    • lib/sendf.c
    • lib/sendf.h
    • lib/smtp.c
    • lib/ws.c
    • tests/http/test_20_websockets.py
    • tests/libtest/cli_ws_data.c