X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=gwvpmini%2Fgwvpmini_gitbackend.php;h=27ccee7b1d97cf06e5528f9ebfc9909ca3fd2e09;hp=3f57c583cccbb612bfb5089cb712586b6ba4dc3b;hb=a48b0aeb6ebace96e4da61738641b87ff4240c5f;hpb=eae0846d67e73b85856a17afc0b05cde751124ec diff --git a/gwvpmini/gwvpmini_gitbackend.php b/gwvpmini/gwvpmini_gitbackend.php index 3f57c58..27ccee7 100644 --- a/gwvpmini/gwvpmini_gitbackend.php +++ b/gwvpmini/gwvpmini_gitbackend.php @@ -339,7 +339,7 @@ function gwvpmini_callGitBackend($username, $repo) $from_client_data = fread($fh,8192); // TODO: BIG TODO: must rewrite this bit. I need to read the entire client bit if its posting in one piece so i can then decode. - // if the client sends more then 8192, i could be very well screwed. + // if the client sends more then 8192, i could be very well screwed. must handle content-length on read... if(isset($headers["Content-Encoding"])) { if($headers["Content-Encoding"] == "gzip") {