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

Builder curl-ares-solaris11-sparc Build #5876

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 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 5876 Build
codebase Build
got_revision 77e4e5b86de025e3f87761282f0fdac286fa2750 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 77e4e5b86de025e3f87761282f0fdac286fa2750 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:

StartWed May 20 11:52:59 2026
EndWed May 20 12:53:57 2026
Elapsed1 hrs, 58 secs

All Changes:

:

  1. Change #267798

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 20 May 2026 11:50:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77e4e5b86de025e3f87761282f0fdac286fa2750

    Comments

    websockets: auto-tunnel through http proxy
    When using a ws: or wss: url with a http proxy, automatically
    switch to tunneling operation mode.
    
    Add test_20_10 to check.
    
    Fixes #21663
    Closes #21691

    Changed files

    • lib/protocol.c
    • lib/protocol.h
    • lib/url.c
    • tests/http/test_20_websockets.py