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

decentraland / decentraland-gatsby / 28124693452
56%

Build:
DEFAULT BRANCH: master
Ran 24 Jun 2026 07:41PM UTC
Jobs 1
Files 88
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

24 Jun 2026 07:37PM UTC coverage: 55.975% (+0.07%) from 55.909%
28124693452

push

github

web-flow
fix: release timed-out response bodies in API.fetch (#1326)

* fix: release timed-out response bodies in API.fetch

When `API.fetch` races the request against its timeout, a slow request can
still settle with a real `Response` after the timeout has already won the race
and returned the fallback / 408. That response's body was never read, so its
underlying socket stayed checked out of the connection pool and its buffered
bytes stayed on the heap until GC — the same non-cancelled-request leak fixed
in @dcl/fetch-component.

The in-flight request is now kept and, when the timeout wins, its body is
released with `response.body?.cancel()`. This is a no-op when the fetch rejected
on abort, and works with the native fetch of both the browser and Node, so the
race is preserved for custom `setFetcher()` fetchers that may not honour abort.

* chore: bump @dcl/http-server to 2.1.0

Moves the lockfile from the pinned 2.0.1 to the current latest 2.1.0 (and pulls
@dcl/core-commons 0.10.1 along with it), picking up the request hot-path work in
the http-server component used by the WKC ExpressContext.

504 of 1110 branches covered (45.41%)

Branch coverage included in aggregate %.

6 of 7 new or added lines in 1 file covered. (85.71%)

1262 of 2045 relevant lines covered (61.71%)

11.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
65.07
0.65% src/utils/api/API.ts
Jobs
ID Job ID Ran Files Coverage
1 28124693452.1 24 Jun 2026 07:41PM UTC 176
58.31
GitHub Action Run
Source Files on build 28124693452
  • Tree
  • List 88
  • Changed 74
  • Source Changed 1
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28124693452
  • 30845845 on github
  • Prev Build on master (#27965673957)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc