﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29368	File upload through Safari browser	Anton A. Lysenkov	nobody	"Request to development web server freezes when I tried post form data with file (file field empty). It seems like it getting stuck on HttpRequest read method. No Exceptions, no response, just silent.

Example project here:
https://github.com/magnitronus/safari_form_bug
Curl looks like this:

{{{
curl 'http://127.0.0.1:8000/dummy/' \
-XPOST \
-H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryksp4b8z8EZ7zfWVY' \
-H 'Origin: http://127.0.0.1:8000' \
-H 'Accept: */*' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15' \
-H 'Referer: http://127.0.0.1:8000/dummy/' \
-H 'x-csrftoken: ILKS0gtEuDFXXqpnxLZXGbqBOyNr8utDrRF9t550QliVxrLsB4P42R6dwVQQVMWZ' \
--data-binary $'------WebKitFormBoundaryksp4b8z8EZ7zfWVY\r\nContent-Disposition: form-data; name=""csrfmiddlewaretoken""\r\n\r\nILKS0gtEuDFXXqpnxLZXGbqBOyNr8utDrRF9t550QliVxrLsB4P42R6dwVQQVMWZ\r\n------WebKitFormBoundaryksp4b8z8EZ7zfWVY\r\nContent-Disposition: form-data; name=""name""\r\n\r\nadd\r\n------WebKitFormBoundaryksp4b8z8EZ7zfWVY\r\nContent-Disposition: form-data; name=""some_file""; filename=""""\r\nContent-Type: application/octet-stream\r\n\r\n\r\n------WebKitFormBoundaryksp4b8z8EZ7zfWVY--\r\n'
}}}
"	Bug	new	HTTP handling	2.0	Normal				Unreviewed	0	0	0	0	0	0
