Letractively / caudium

Automatically exported from code.google.com/p/caudium
1 stars 1 forks source link

UF: Default max post body size too small (65536) #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install a brand new server
2. Send data < 65kB to the server using POST
3. Fails, unfriendly way

What is the expected output? What do you see instead?

- Expected at least a message in the server logs.
- User sees "connexion reset"
- 65kB is very few by the time going

Original issue reported on code.google.com by bertrand.lupart on 18 Jan 2010 at 11:29

GoogleCodeExporter commented 8 years ago
This issue is already adressed in 1.5
- http.pike returns HTTP 413 if POST data too big
- performance.h set POST_MAX_BODY_SIZE to 1024*1024*5

Original comment by bertrand.lupart on 18 Jan 2010 at 11:36

GoogleCodeExporter commented 8 years ago
r5847 adds a report_warning() for reporting this in 1.4

Any objection to increase POST_MAX_BODY_SIZE in stable_1_4 too?

Original comment by bertrand.lupart on 18 Jan 2010 at 11:41