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

Commit

Permalink
Remove the comment as not valid
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=75223
  • Loading branch information
grendello committed Mar 30, 2007
1 parent 30f6a73 commit a2613b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Mono.WebServer/BaseRequestBroker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public int Read (int requestId, int size, out byte[] buffer)
}

int nread = 0;
// NOTE: Maybe we should NOT return cached buffers but
// always allocate a new one? That would eliminate the
// need to lock buffers[] access and a possible race
// condition below.
if (w != null && buffer != null)
nread = w.Read (buffer, 0, size);

Expand Down

0 comments on commit a2613b4

Please sign in to comment.