When reading a multipart/form-data POST body, assume the response
commita950dd4ab502445409cc43436c7c9a43c892c6eb
authorHans Hübner <hans.huebner@gmail.com>
Tue, 24 Jun 2008 05:13:13 +0000 (24 05:13 +0000)
committerHans Hübner <hans.huebner@gmail.com>
Tue, 24 Jun 2008 05:13:13 +0000 (24 05:13 +0000)
treec809d9a6c1ce0f060aafae76d5bda94420ab0fba
parent4c7ecd3a1a905a1f1444c0f871a9b917003cfadf
When reading a multipart/form-data POST body, assume the response
encoding as external format.  Firefox does not send explicit encoding
information with m/f-d bodies, and instead assumes the encoding of
the page containing the <form> element.  This can fail if the page
is POSTed to a different server, but it works better than the static
+latin-1+ default that was used before.
request.lisp