mhammond / pywin32

Python for Windows (pywin32) Extensions
5.08k stars 801 forks source link

ASP Response.End is flakey #7

Open ghost opened 21 years ago

ghost commented 21 years ago

From email: Anyone else seeing this?

PythonWin 2.1.1 / win32all 1.5.1 / Win 2k Server

*** Script 1 *** <%@LANGUAGE="Python"%>

Before End

<% Response.End() %>

After End

*** Output *** Before End After End

*** Script 2 *** <%@LANGUAGE="Python"%>

Before End

<% Response.end() %>

After End

*** Output ***

Before End

*** Script 3 *** <%@LANGUAGE="Python"%> <% Response.end() %>

After End

*** Output *** HTTP/1.1 500 Server Error

-- Yes, I too have found it to be the case in the past (haven't checked recently) that Response.End() does not in fact end the response in python under asp.

Reported by: mhammond

Original Ticket: "pywin32/bugs/7":https://sourceforge.net/p/pywin32/bugs/7

Avasam commented 8 months ago

Tagging @mhammond as the original Creator of the issue on SourceForge.