broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-07-01 Thread Jean-Jacques Clar
The problem is in our own library. The recent changes cause itto don't catch the end of the generated file and go on reading it until the read fails. In 2.1 previous tomod_cgi.c:r1.153 the return value of ap_pass_brigade() was not checked in include_cmd(), but now it is done. That change

Re: broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-07-01 Thread William A. Rowe, Jr.
If you toggle the APR_FILES_AS_SOCKETS constant back to 0 (zero)does this remedy the behavior you are seeing? Bill At 05:41 PM 6/30/2004, Jean-Jacques Clar wrote: I am getting the following error when running CGIs on the current version of NetWare (6.5 sp2): (32)Broken pipe:

broken pipe (was:Re: 1.0.0.rc2 tarballs now ready...)

2004-06-30 Thread Jean-Jacques Clar
I am getting the following error when running CGIs on the current version of NetWare (6.5 sp2): (32)Broken pipe: ap_content_length_filter: apr_bucket_read() failed I am working on tracking down the problem. Changes done to mod_cgi.c, mod_include.(h c) back in August 22, 2003 are exposinga