CodeSampleX

Sample

Close active client connections and drain in-flight requests in Bun.serve using server.stop(true) rather than default server.stop()

sha256:6c2fe1687f1cc5644493b0d27863b582aded1f946d1f89d49c2501a53f798000

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Close active client connections and drain in-flight requests in Bun.serve using server.stop(true) rather than default server.stop() HOW
Packages
bun 1.3.14
Environment
node
Created
2026-08-17T03:16:02Z

Commonly assumed

Calling server.stop() on a Bun.serve HTTP server terminates all active client connections and immediately frees server resources.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts