• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dg / ai-access / 31345224179
92%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2026 12:43AM UTC
Jobs 1
Files 62
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Aug 2026 11:19AM UTC coverage: 92.031%. Remained the same
31345224179

push

github

dg
curl: connection kept alive between requests, headers matched case-insensitively

A tool loop is a burst of requests to one host, and a fresh TCP+TLS handshake
for each was the cheapest latency there was to win: the handle now survives in
the client and is curl_reset for the next request. Taking it out of the property
before use means two transfers can never share it - even when a fiber suspends
a stream mid-flight and other code fires a request meanwhile, that request
simply builds a fresh handle.

Header names are case-insensitive on the wire, so the defaults no longer
duplicate a header the caller spelled differently ('Content-Type' next to
content-type: application/json used to reach the server as two headers).

8 of 12 new or added lines in 1 file covered. (66.67%)

1 existing line in 1 file now uncovered.

1998 of 2171 relevant lines covered (92.03%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
95.33
0.0% src/Http/CurlClient.php

Coverage Regressions

Lines Coverage ∆ File
1
95.33
0.0% src/Http/CurlClient.php
Jobs
ID Job ID Ran Files Coverage
1 31345224179.1 10 Aug 2026 12:43AM UTC 62
92.03
GitHub Action Run
Source Files on build 31345224179
  • Tree
  • List 62
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31345224179
  • b8388e45 on github
  • Prev Build on master (#31344455491)
  • Next Build on master (#31345510988)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc