Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP Response.End is flakey #7

Open
ghost opened this issue Apr 16, 2003 · 1 comment
Open

ASP Response.End is flakey #7

ghost opened this issue Apr 16, 2003 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 16, 2003

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

@ghost ghost assigned ghost and unassigned ghost Oct 24, 2017
@Avasam
Copy link
Collaborator

Avasam commented Mar 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant