diff --git a/ChangeLog b/ChangeLog index ec67f344..57299a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-03 Marek Habersack + + * src/Mono.WebServer.Apache/ModMonoRequest.cs: removed a + ShouldClientBlock () check from GetClientBlock (). Fixes bug + #481370 + 2009-02-27 Gonzalo Paniagua Javier * src/Mono.WebServer.XSP/main.cs: diff --git a/src/Mono.WebServer.Apache/ModMonoRequest.cs b/src/Mono.WebServer.Apache/ModMonoRequest.cs index 0e638eb2..ca2845af 100644 --- a/src/Mono.WebServer.Apache/ModMonoRequest.cs +++ b/src/Mono.WebServer.Apache/ModMonoRequest.cs @@ -486,7 +486,6 @@ public bool ShouldClientBlock () public int GetClientBlock ([Out] byte [] bytes, int position, int size) { if (SetupClientBlock () != 0) return 0; - if (!ShouldClientBlock ()) return 0; /* * turns out that that GET_CLIENT_BLOCK (ap_get_client_block) can