You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by bu...@apache.org on 2006/01/15 09:30:46 UTC

DO NOT REPLY [Bug 38278] New: - Server push(Response.Flush() ) Doesn't work well in my code

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

           Summary: Server push(Response.Flush() ) Doesn't work well in my
                    code
           Product: Apache mod_aspdotnet
           Version: 2.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P1
         Component: Apache.Web
        AssignedTo: cli-dev@httpd.apache.org
        ReportedBy: okw1003@hanafos.com


Overview:
Server push doesn't works(or at least 

Steps to Reproduce:
1) Make a page like this below:

<%@ Page Language="VB" %>

<%
    Response.Write("Flushing...")
    Response.Flush()
    Threading.Thread.Sleep(1000)
    Response.Write("Flushing...")
%>

2) Run the page in ASP.NET mounted directory.

Actual Results:
Just printed 'Flushing...Flushing...' after a second.

Expected Results:
The page should print 'Flushing...' and print another 'Flushing...' after a 
second.

Build Date:
I don't know when did it builded. When did you make a 2.0.0 thing?

Platform:
Windows XP Home Edition + Service Pack 2 + Apache 2.0.55
Intel Pentium 4 1.6Ghz built on Willamete core, running on a 865PE Mainboard.
CLR Version : .NET Framework 1.1.4322.573 and .NET Framework 2.0.50727.26(I 
don't know why CLR 2.0 compiler runs when I runs a page)

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

DO NOT REPLY [Bug 38278] - Server push(Response.Flush() ) Doesn't work well in my code

Posted by bu...@apache.org.
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=38278>.
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=38278


okw1003@hanafos.com changed:

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




------- Additional Comments From okw1003@hanafos.com  2006-01-15 11:38 -------
Sorry, but it was just MY problem, not YOUR problem. The problem occured 
because I didn't write Response.Flush() at the tail.

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

DO NOT REPLY [Bug 38278] - Server push(Response.Flush() ) Doesn't work well in my code

Posted by bu...@apache.org.
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=38278>.
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=38278





------- Additional Comments From okw1003@hanafos.com  2006-01-15 09:38 -------
(In reply to comment #1)
> I'm sorry but I forgot to finishing the second line sentence.

My god, and I forgot about English structure because I'm not an American or 
English person.

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

DO NOT REPLY [Bug 38278] - Server push(Response.Flush() ) Doesn't work well in my code

Posted by bu...@apache.org.
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=38278>.
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=38278





------- Additional Comments From okw1003@hanafos.com  2006-01-15 09:53 -------
Created an attachment (id=17424)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17424&action=view)
Code that mentioned.


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

DO NOT REPLY [Bug 38278] - Server push(Response.Flush() ) Doesn't work well in my code

Posted by bu...@apache.org.
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=38278>.
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=38278





------- Additional Comments From okw1003@hanafos.com  2006-01-15 09:36 -------
I'm sorry but I forgot to finishing the second line sentence.

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