[Mono-dev] ASP.Net HttpResponse.SuppressContent
Arnhoffer Károly
karnhoffer at ecron.hu
Mon Jan 16 04:04:18 EST 2006
Hi,
It seems that HttpResponse.SuppressContent behaves different in .Net and Mono. While .Net sends no response when using HttpResponse.SuppressContent Mono sends an empty HTML page like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2"></HEAD>
<BODY></BODY></HTML>
If this behaviour is right how can I make Mono send no response to a request?
Thanks!
Károly
More information about the Mono-devel-list
mailing list