Thanks. I have a new thoery. When i test on my local machine it's fast enough to get the request off. But on a remote machine the request takes longer and the object is being destroyed before all the data can be sent. I'll look into it...
Thanks again.
--
Sent from my Android pho
Hello!
On Mon, Dec 15, 2014 at 04:21:07PM +0100, Jason H wrote:
> As requested. 100k debug log attached. I didn't see anything obviously wrong
> in the log.
Some comments about the log below.
[...]
> 2014/12/15 15:10:37 [debug] 21192#0: *10 http process request line
> 2014/12/15 15:10:37 [deb
.html {
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
}
}
}
-- end conf
> Sent: Monday, December 15, 2014 at 7:52 AM
> From: "Maxim Dounin"
> To: nginx@nginx.org
> Subject: Re: nginx is eating my client request - multipart/form-data file
>
Hello!
On Sun, Dec 14, 2014 at 04:43:51PM +0100, Jason H wrote:
> I am new to nginx, but am familar with low-level HTTP and
> apache. When I try to do a multipart/form file upload, nginx
> writes some of the client request body to disk, but never
> finishes and it never passes it to the down/u