
| Key: |
MODPYTHON-71
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Invalid
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Nicolas Lehuen
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
07/Mar/06 05:33 PM
|
|
RFC 2616, 9.4 HEAD :
8<---8<---8<---8<---8<---
The HEAD method is identical to GET except that the server MUST NOT return
a message-body in the response. The metainformation contained in the HTTP
headers in response to a HEAD request SHOULD be identical to the
information sent in response to a GET request.
8<---8<---8<---8<---8<---
Could we make sure that nothing is returned to the client ? Perhaps by making sure that req.write does nothing whenever the request method is HEAD ?
|
|
Description
|
RFC 2616, 9.4 HEAD :
8<---8<---8<---8<---8<---
The HEAD method is identical to GET except that the server MUST NOT return
a message-body in the response. The metainformation contained in the HTTP
headers in response to a HEAD request SHOULD be identical to the
information sent in response to a GET request.
8<---8<---8<---8<---8<---
Could we make sure that nothing is returned to the client ? Perhaps by making sure that req.write does nothing whenever the request method is HEAD ? |
Show » |
made changes - 22/Oct/05 04:03 PM
| Field |
Original Value |
New Value |
|
Component/s
|
|
core
[ 11607
]
|
made changes - 07/Mar/06 05:33 PM
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Invalid
[ 6
]
|
made changes - 07/Mar/06 05:35 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|