[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
[webdav-jp:0317] Re: Apache ステータスコード 304
- To: webdav-jp@xxxxxxxx
- Subject: [webdav-jp:0317] Re: Apache ステータスコード 304
- From: SHIROYAMA Takayuki <puresnow@xxxxxxx>
- Date: Thu, 11 Apr 2002 23:32:29 +0900
- Delivered-to: webdav-jp@begi.net
- Posted: Thu, 11 Apr 2002 23:29:52 +0900
しろやまです。
再度GETメソッド時には304コードが出て送信バイト数が分かりません。
304コードとは何でしょう?バイト数を出したいのですが
出ません。
HTTPのRFCぐらい読みましょうよ。
http://www.ietf.org/rfc/rfc2616.txt より
-------
10.3.5 304 Not Modified
If the client has performed a conditional GET request and access is
allowed, but the document has not been modified, the server SHOULD
respond with this status code. The 304 response MUST NOT contain a
message-body, and thus is always terminated by the first empty line
after the header fields.
-------
したがって、送信バイト数がでるわけがない(強いて
言うなら0ですかね)という事でしょう。
---
SHIROYAMA Takayuki