Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
2009-03-03 Marek Habersack <mhabersack@novell.com>
Browse files Browse the repository at this point in the history
	* src/Mono.WebServer.Apache/ModMonoRequest.cs: removed a
	ShouldClientBlock () check from GetClientBlock (). Fixes bug
	#481370

svn path=/trunk/xsp/; revision=128483
  • Loading branch information
grendello committed Mar 3, 2009
1 parent 5369d75 commit d6aec6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2009-03-03 Marek Habersack <mhabersack@novell.com>

* src/Mono.WebServer.Apache/ModMonoRequest.cs: removed a
ShouldClientBlock () check from GetClientBlock (). Fixes bug
#481370

2009-02-27 Gonzalo Paniagua Javier <gonzalo@novell.com>

* src/Mono.WebServer.XSP/main.cs:
Expand Down
1 change: 0 additions & 1 deletion src/Mono.WebServer.Apache/ModMonoRequest.cs
Expand Up @@ -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
Expand Down

0 comments on commit d6aec6f

Please sign in to comment.