[winetest] Make sure we can send larger files

Ferenc Wagner wferi at niif.hu
Tue Dec 5 07:46:04 CST 2006


Paul Vriens <paul.vriens.wine at 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 at cvs.winehq.com:2401/home/wine/tools/winetest, but I
didn't follow the GIT transition.
-- 
Regards,
Feri.



More information about the wine-devel mailing list