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

Builder curl-ares-solaris11-i386 Build #3884

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 50 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 18 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 3884 Build
codebase Build
got_revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e 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:

StartThu Sep 4 14:58:12 2025
EndThu Sep 4 17:30:51 2025
Elapsed2 hrs, 32 mins, 39 secs

All Changes:

:

  1. Change #244442

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 04 Sep 2025 14:47:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fa4fb0c1334c000f7d5769551bfb64727fee62e

    Comments

    websocket: reset upload_done when sending data
    Sending websocket data did not clear the "upload_done" flag of
    the initial HTTP Upgrade request, leading to KEEP_SEND never be
    cleared. This caused the socket to be polled for INOUT after all
    the websocket data had been sent. A busy loop.
    
    Closes #18476

    Changed files

    • lib/ws.c