Bug #141

mod.proxy.1088 unhandled proxy.state 3 when uploading large files

Added by Anonymous 1318 days ago. Updated 129 days ago.

Status:Fixed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:mod_proxy
Target version:-
Pending:

No

Resolution:

fixed


Description

curl --trace /tmp/foo3.bad -H "Expect:" -F 'imageupload=@110k;type=image/jpeg' -F 'imagename=foo' -F "upload=Upload" http://blablabla/image/upload

fails with the log message

2005-05-29 22:03:52: (mod_proxy.c.1088) unhandled proxy.state 3

curl --trace /tmp/foo3.bad -H "Expect:" -F 'imageupload=@100k;type=image/jpeg' -F 'imagename=foo' -F "upload=Upload" http://blablabla/image/upload

works.

i.e. less than about 100kbytes upload works. more than 100k fails.

-- clarsen

History

08/31/2008 10:32 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r350

Also available in: Atom PDF