diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-05-08 01:16:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 01:16:54 +0900 |
commit | 8c853e3f791efbbda677bfad808462aad0424c59 (patch) | |
tree | 0db9b4f83a424140a16c98c993b2681d881bdac2 | |
parent | e3bb1d906291f66c254526714e022c56b2251893 (diff) | |
download | translated-content-8c853e3f791efbbda677bfad808462aad0424c59.tar.gz translated-content-8c853e3f791efbbda677bfad808462aad0424c59.tar.bz2 translated-content-8c853e3f791efbbda677bfad808462aad0424c59.zip |
Web/http/headers/connection を更新。 (#617)
* Web/http/headers/connection を更新。
英語版 Last modified: Mar 16, 2021 と同期。
* Update index.html
英語版とマークアップを同期。
-rw-r--r-- | files/ja/web/http/headers/connection/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/http/headers/connection/index.html b/files/ja/web/http/headers/connection/index.html index de5d3b5f91..ba5047f5e3 100644 --- a/files/ja/web/http/headers/connection/index.html +++ b/files/ja/web/http/headers/connection/index.html @@ -14,9 +14,9 @@ translation_of: Web/HTTP/Headers/Connection <p><strong><code>Connection</code></strong> 一般ヘッダーは、現在のトランザクションが完了したあとも、ネットワーク接続を開いたままにするかどうかを制御します。もし送信された値が <code>keep-alive</code> であった場合は、接続が維持されて閉じられなくなり、同一のサーバーに送るべき後続のリクエストで再利用されます。</p> -<div class="note"><a href="https://tools.ietf.org/html/rfc7540#section-8.1.2.2"><code>Connection</code> などの接続固有のヘッダーフィールドは HTTP/2 で使用しないでください。</a></div> +<div class="notecard warning"><p>{{HTTPHeader("Connection")}} や {{HTTPHeader("Keep-Alive")}} などの接続固有のヘッダーフィールドは、<a href="https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.2">HTTP/2 では使用しないでください</a>。Chrome と Firefox は HTTP/2 レスポンスでそれらを無視しますが、Safari は HTTP/2 仕様の要件に準拠しているため、それらを含むレスポンスをロードしません。</p></div> -<p>標準のホップバイホップヘッダー ({{HTTPHeader("Keep-Alive")}}, {{HTTPHeader("Transfer-Encoding")}}, {{HTTPHeader("TE")}}, {{HTTPHeader("Connection")}}, {{HTTPHeader("Trailer")}}, {{HTTPHeader("Upgrade")}}, {{HTTPHeader("Proxy-Authorization")}}, {{HTTPHeader("Proxy-Authenticate")}}) に対しては別の用途でこのヘッダーが利用されます。この <code>Connection</code> ヘッダーにはカンマ区切りで、これらのホップバイホップヘッダーの名前が設定されます。このヘッダーに列挙されたヘッダーは最初のプロキシーで消費されるべきもの、という指示になり、後続のサーバーには転送されなくなります。標準のホップバイホップヘッダーの名前をカンマ区切りのリストに入れることができます (ほとんどの場合では {{HTTPHeader("Keep-Alive")}} が設定されますが、これは必須ではありません)。</p> +<p>標準のホップバイホップヘッダー ({{HTTPHeader("Keep-Alive")}}, {{HTTPHeader("Transfer-Encoding")}}, {{HTTPHeader("TE")}}, {{HTTPHeader("Connection")}}, {{HTTPHeader("Trailer")}}, {{HTTPHeader("Upgrade")}}, {{HTTPHeader("Proxy-Authorization")}}, {{HTTPHeader("Proxy-Authenticate")}}) に対しては別の用途でこのヘッダーが利用されます。この <code>Connection</code> ヘッダーにはカンマ区切りで、これらのホップバイホップヘッダーの名前が設定されます。このヘッダーに列挙されたヘッダーは最初のプロキシーで消費されるべきもの、という指示になり、後続のサーバーには転送されなくなります。標準のホップバイホップヘッダーの名前をカンマ区切りのリストに入れることができます。</p> <table class="properties"> <tbody> |