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

Builder curl-ares-solaris11-i386 Build #5110

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 7 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 9 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5110 Build
codebase Build
got_revision 77e4e5b86de025e3f87761282f0fdac286fa2750 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed May 20 11:53:02 2026
EndWed May 20 14:11:28 2026
Elapsed2 hrs, 18 mins, 26 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