サンプル
net/http 1.26.5: http.Transport.ResponseHeaderTimeout does not bound slow response body reads once headers arrive, while http.Client.Timeout spans the full response body lifecycle
検証済みサンプル — golang net/http 1.26.5: http.Transport.ResponseHeaderTimeout does not bound slow response body reads once headers arrive, while…
sha256:0d7e3bf27ef2d188fe8a81fc042384094ac652d1952a145565f7b1c94e7dee79
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
go linux x64 go go gomod
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:ac1544ece1e22594 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-15 |
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-18 |
ケース
HOW- ゴール
- http.Transport.ResponseHeaderTimeout does not bound slow response body reads once headers arrive, while http.Client.Timeout spans the full response body lifecycle
- パッケージ
- シンボル
-
- http.Client
- http.Transport
- http.Response
- 環境
- go
- 作成日
- 2026-08-15T03:16:07Z
コントラクト
- assert ResponseHeaderTimeout does not timeout slow response body transfers once headers arrive
- assert Client.Timeout bounds reading the response body after headers are received
- assert ResponseHeaderTimeout aborts requests when headers are delayed
ファイル
- NOTES.md
- csx.json
- go.mod
- timeout_test.go