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

Builder curl-unthreaded-solaris10-i386 Build #15973

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 33 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15973 Build
codebase Build
got_revision ea105708c973bfbf2e3ae2881693d10c321b92c0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ea105708c973bfbf2e3ae2881693d10c321b92c0 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Nov 17 15:47:54 2025
EndMon Nov 17 15:50:38 2025
Elapsed2 mins, 44 secs

All Changes:

:

  1. Change #249130

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Nov 2025 15:43:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea105708c973bfbf2e3ae2881693d10c321b92c0

    Comments

    h2/h3: handle methods with spaces
    The parsing of the HTTP/1.1 formatted request into the h2/h3 header
    structures should detect CURLOPT_CUSTOMREQUEST methods and forward them
    correctly.
    
    Add test_01_20 to verify
    
    Fixes #19543
    Reported-by: Omdahake on github
    Closes #19563

    Changed files

    • lib/http1.c
    • lib/http1.h
    • lib/http2.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • tests/http/test_01_basic.py
    • tests/unit/unit2603.c