RE: git-upload-pack hangs

2016-09-27 Thread Jason Pyeron
> -Original Message- > From: Junio C Hamano > Sent: Tuesday, September 27, 2016 12:02 > > Jason Pyeron writes: > > > This is a very, very first draft. > > > > It is allowing IIS to work right now. > > > > I still need to address chunked issues, where there is no > content length (see >

Re: git-upload-pack hangs

2016-09-27 Thread Junio C Hamano
"Jason Pyeron" writes: > This is a very, very first draft. > > It is allowing IIS to work right now. > > I still need to address chunked issues, where there is no content length (see > http://www.gossamer-threads.com/lists/apache/users/373042) > > Any comments, sugestions? Does this have any re

RE: git-upload-pack hangs

2016-09-27 Thread Jason Pyeron
o:jch2...@gmail.com] On Behalf > Of Junio C Hamano > Sent: Tuesday, September 27, 2016 00:18 > To: Jason Pyeron > Subject: Re: git-upload-pack hangs > > Not a review, but size_t is an unsigned type, so specifying -1 as a > fallback value, > or comparing it with -1, does

RE: git-upload-pack hangs

2016-09-26 Thread Jason Pyeron
> http://www.spinics.net/lists/git/attachments/binQFGHirNLw3.bin ] > > I will start to trudge into the code to see if this (or > similar) has been applied and if not, does it fix it. > > > Selected items I have read, but they did not help: > > > > http://unix.sta

RE: git-upload-pack hangs

2016-09-26 Thread Jason Pyeron
gt; Selected items I have read, but they did not help: > > http://unix.stackexchange.com/questions/98959/git-upload-pack- > hangs-indefinitely > > https://sparethought.wordpress.com/2012/12/06/setting-git-to-w ork-behind-ntlm-authenticated-proxy-cntlm-to-the-rescue/ > > https

git-upload-pack hangs

2016-09-25 Thread Jason Pyeron
git is hanging on clone. I am runnig (cygwin) git 2.8.3 on IIS7 (windows server 2012 R2). Where can I start to perform additional debugging? Selected items I have read, but they did not help: http://unix.stackexchange.com/questions/98959/git-upload-pack-hangs-indefinitely https