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

Builder curl-unthreaded-solaris11-i386 Build #4611

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git updating ( 42 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4611 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision b844c1a075247303f4c9bb66b6bce461b3c0cf1d Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jay Satiro

Timing:

StartMon Feb 9 19:11:19 2026
EndMon Feb 9 20:04:18 2026
Elapsed52 mins, 58 secs

All Changes:

:

  1. Change #257317

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 16:28:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0291f751cbb0cb8365515b67c129fbf0db110212

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #257327

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Mon 09 Feb 2026 18:15:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b844c1a075247303f4c9bb66b6bce461b3c0cf1d

    Comments

    vtls: use ALPN http/1.0 & http/1.1 for HTTP/1.0 requests
    - For compatibility reasons send both ALPN ids http/1.0 and http/1.1 for
      HTTP/1.0 requests.
    
    Prior to this change for compatibility reasons curl would send ALPN
    http/1.1 for HTTP/1.0 requests, since some servers do not recognize
    ALPN http/1.0. However some servers may recognize only ALPN http/1.0 for
    HTTP/1.0 requests. Therefore curl now sends both.
    
    Reported-by: programmerlexi@users.noreply.github.com
    
    Fixes https://github.com/curl/curl/issues/20487
    Closes https://github.com/curl/curl/pull/20533

    Changed files

    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h