diff options
author | Guido van Rossum <guido@python.org> | 1999-03-30 20:17:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-03-30 20:17:31 (GMT) |
commit | 60e7330fee3e34732ab55cd6bb1212e138c11f7f (patch) | |
tree | cd48b512d8f1e300e32418d43eb9813220038eae /Lib/test | |
parent | 275e83489efabfb26bc09f193e379e3bc690c3b6 (diff) | |
download | cpython-60e7330fee3e34732ab55cd6bb1212e138c11f7f.zip cpython-60e7330fee3e34732ab55cd6bb1212e138c11f7f.tar.gz cpython-60e7330fee3e34732ab55cd6bb1212e138c11f7f.tar.bz2 |
Per Cederqvist writes:
If you send something like "PUT / HTTP/1.0" to something derived from
BaseHTTPServer that doesn't define do_PUT, you will get a response
that begins like this:
HTTP/1.0 501 Unsupported method ('do_PUT')
Server: SimpleHTTP/0.3 Python/1.5
Date: Tue, 30 Mar 1999 18:53:53 GMT
The server should complain about 'PUT' instead of 'do_PUT'. This
patch should fix the problem.
Diffstat (limited to 'Lib/test')
0 files changed, 0 insertions, 0 deletions