[Mono-bugs] [Bug 74688][Nor] Changed - Cannot create 'download' page for inline PDF viewing with IE

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 21:02:38 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74688

--- shadow/74688	2005-04-21 21:01:16.000000000 -0400
+++ shadow/74688.tmp.27979	2005-04-21 21:02:38.000000000 -0400
@@ -78,6 +78,12 @@
 
 If I click on the .pdf file directly, it works. If I click on
 WebForm1.aspx the window frame changes slightly and then nothing happens.
 
 I have adobe reader 6.0.0.5 installed and this sample works with
 firefox on windows.
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-21 21:02 -------
+Oh, and I checked the headers sent from the server and they are the same.
+
+The only difference is that IIS might send the content with chunked
+encoding due to those Response.Flush (xsp does not do chunked).