You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/08/09 22:55:04 UTC

DO NOT REPLY [Bug 34708] - Apache 2.0 seems not to work properly on NFS shared resources

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34708>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34708


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
          Component|Core                        |APR-util
            Product|Apache httpd-2.0            |APR
         Resolution|                            |FIXED
            Version|2.0.54                      |0.9.6




------- Additional Comments From jorton@redhat.com  2005-08-09 22:55 -------
Marking fixed with the apr-util change which was committed.

http://svn.apache.org/viewcvs?rev=190575&view=rev

re. (a) this is specific to some of the apr_socket_sendfile() implementations;
all should return APR_EOF if no bytes were sent

re. (b) it *is* abnormal for the core output filter to read EOF from the file -
that should never happen, because it knows exactly how many bytes to read from
the file and should never read beyond that to get the EOF; so APR_EOF should be
treated like any other error, the code looks OK in that respect.   (modulo
places where error checking is absent completely)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org