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

Builder curl-pr-unthreaded-solaris10-i386 Build #3654

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/http-long-method
Revision09a12c77437284e873d89b4e872ea020fdb59ca3
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/http-long-method Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3654 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 09a12c77437284e873d89b4e872ea020fdb59ca3 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Mar 15 05:33:14 2025
EndSat Mar 15 05:33:16 2025
Elapsed2 secs

All Changes:

:

  1. Change #225035

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Mar 2025 17:30:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/http-long-method
    Revision b4f4cd5c0a99c0907f4b0ea0d933417838ea373d

    Comments

    http: remove a HTTP method size restriction
    
    By allocating the method string as part of the struct, the previous
    fixed size limit (23 bytes) can be avoided. It would previously make
    "curl -X [long string]" work against http://localhost but fail against
    https://curl.se with no clear error message.

    Changed files

    • lib/http.c
    • lib/http.h
  2. Change #225037

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Mar 2025 17:50:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/http-long-method
    Revision 09a12c77437284e873d89b4e872ea020fdb59ca3

    Comments

    fixup remove the extra byte that already is in the struct

    Changed files

    • lib/http.c