[Mono-bugs] [Bug 71587][Maj] Changed - Cannot access HttpWorkerRequest from HttpModule

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Jan 2005 18:22:50 -0500 (EST)


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=71587

--- shadow/71587	2005-01-23 14:01:56.000000000 -0500
+++ shadow/71587.tmp.4053	2005-01-23 18:22:50.000000000 -0500
@@ -270,6 +270,10 @@
 first to see if it exceeds the maxRequestLength, but if not, they do 
 load it into memory. If you want to accept large uploads (10-100MB) 
 and thus set maxRequestLength big enough to accept them, that results 
 in a lot of memory usage on the server. That's why I wrote 
 SlickUpload -- to avoid that issue, as well as to provide progress 
 updates to the browser during long-running uploads.
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-23 18:22 -------
+Oh, btw, if you still want to keep your approach, you can just add a
+GetField in case GetProperty fails.