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 2004/11/30 09:09:21 UTC

DO NOT REPLY [Bug 32443] New: - mod_proxy will keep alive to streaming server after user shutdown connection

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=32443>.
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=32443

           Summary: mod_proxy will keep alive to streaming server after user
                    shutdown connection
           Product: Apache httpd-2.0
           Version: 2.0.52
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: taotao5831@hotmail.com


I am try to use mod_proxy to proxy a Windows Media stream on HTTP protocol 
that generate by Windows Media Service.
This is a typical Keep-alive stream. I use Windows Media Player as the client
and mod_proxy on Apache2.0.52 get stream data from remote stream server, and 
pass it to player via HTTP also. It works very well.
But when I shutdown the media player, the mod_proxy still connect to the 
remote stream server, and retrive data as before.
And, the error.log grows at at a about 18KB/s speed. 
All the error like:
XXXXXXXX info (OS 10053)xxxxxxxxxxxxxxxxx  core_output_filter: writing data to 
the network

It seems that mod_proxy does not know the client is shutdown and still try to 
feed data to client.

And, as new access entered, the mod_proxy will open a new session to stream 
server, and after user shutdown, the connection to stream server is still 
alive. After servral times, I have to stop the Apache.

-- 
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