On Thu, November 30, 2006 1:01 pm, Paul Vriens wrote:
I'm hitting the 1MB limit already with my win98 tests. Most other tests are about to reach that threshold as well.
I'd make it 2MB, what's 1MB these days... :)
On Thu, 2006-11-30 at 13:11 -0500, Dimi Paun wrote:
On Thu, November 30, 2006 1:01 pm, Paul Vriens wrote:
I'm hitting the 1MB limit already with my win98 tests. Most other tests are about to reach that threshold as well.
I'd make it 2MB, what's 1MB these days... :)
Hi,
the sending side is OK now. The receiving side has to be changed as well I think. I get an error on my Win98 box.
Any ideas?
Cheers,
Paul.
Paul Vriens paul.vriens.wine@gmail.com writes:
On Thu, 2006-11-30 at 13:11 -0500, Dimi Paun wrote:
On Thu, November 30, 2006 1:01 pm, Paul Vriens wrote:
I'm hitting the 1MB limit already with my win98 tests. Most other tests are about to reach that threshold as well.
I'd make it 2MB, what's 1MB these days... :)
the sending side is OK now. The receiving side has to be changed as well I think. I get an error on my Win98 box.
Any ideas?
Yes, at the top of winetest.cgi you should find the following line:
$CGI::POST_MAX = 1024 * 1025;
(ie. receive a little more than 1M). Change that accordingly. This file can be found in :pserver:cvs@cvs.winehq.com:2401/home/wine/tools/winetest, but I didn't follow the GIT transition.