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 2008/12/18 19:42:18 UTC

DO NOT REPLY [Bug 46415] New: Error "proxy: error processing end, referer..." should be debug not error

https://issues.apache.org/bugzilla/show_bug.cgi?id=46415

           Summary: Error "proxy: error processing end, referer..." should
                    be debug not error
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: smendenh@redhat.com


In speaking with Jean-Frederic Clere the following:

if (ap_pass_brigade(r->output_filters,
                                    output_brigade) != APR_SUCCESS) {
                    ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
                                  "proxy: error processing end");
                    output_failed = 1;

Should be logged as debug not error because it just means that the client
closes the connection before mod_proxy sends the answer.


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

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


DO NOT REPLY [Bug 46415] Error "proxy: error processing end, referer..." should be debug not error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46415

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #2 from Stefan Fritsch <sf...@sfritsch.de> 2010-08-18 15:53:22 EDT ---
commited to trunk as part of r986591

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

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


[Bug 46415] Error "proxy: error processing end, referer..." should be debug not error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46415

Takashi Sato <ta...@tks.st> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|FixedInTrunk                |

--- Comment #4 from Takashi Sato <ta...@tks.st> ---
fixed in 2.2 branch as r989125 (2.2.17)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


DO NOT REPLY [Bug 46415] Error "proxy: error processing end, referer..." should be debug not error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46415

--- Comment #1 from mrjadeo@yahoo.co.uk 2009-12-08 03:07:10 UTC ---
Created an attachment (id=24679)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24679)
Patch to fix bug 46415

As per previous comment, see my proposed patch.

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

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


DO NOT REPLY [Bug 46415] Error "proxy: error processing end, referer..." should be debug not error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46415

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Stefan Fritsch <sf...@sfritsch.de> 2012-02-26 16:51:15 UTC ---
fixed in 2.4.1

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

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