答复: 答复: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Shao, Shuchao
发件人: curl-library [mailto:curl-library-boun...@cool.haxx.se] 代表 Michael Wood 发送时间: Saturday, November 2, 2013 12:12 AM 收件人: libcurl development 主题: Re: 答复: Many CLOSE_WAIT when handling lots of URLs > Do you have an example program that demonstrates the problem? I have attempted to write a prog

RE: Base64 decoding

2013-11-01 Thread Steve Holme
On Fri, 01 Nov 2013, Steve Holme wrote: > > As such I have pushed a slightly tidier version of my fix and hopefully the > > 19:20 auto build will pick it up and we'll see how we get on. > > Test 206 fails now, but if I revert cdccb422671aeb it works again for me... > > Let me know if you want me

RE: Base64 decoding

2013-11-01 Thread Daniel Stenberg
On Thu, 31 Oct 2013, Steve Holme wrote: As such I have pushed a slightly tidier version of my fix and hopefully the 19:20 auto build will pick it up and we'll see how we get on. Test 206 fails now, but if I revert cdccb422671aeb it works again for me... Let me know if you want me to dig. --

Re: 答复: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Michael Wood
Hi Please do not top post. On 1 November 2013 16:34, Shao, Shuchao wrote: > I set the user number to 1, can still reproduce the issue. So the easier > way to reproduce it is using one client to request many URLs (each one with > different DNS name, if use the IP address directly could not repro

答复: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Shao, Shuchao
I set the user number to 1, can still reproduce the issue. So the easier way to reproduce it is using one client to request many URLs (each one with different DNS name, if use the IP address directly could not reproduce it). I really don't have experience with using git, could you please give me

Re: [PATCH v2] Add connection delay to Happy Eyeballs.

2013-11-01 Thread Björn Stenberg
Paul Marks wrote: > Note that I have not attempted to test crazy situations involving > multiple IPv4 and IPv6 addresses, with the families interleaved. I have tested with multiple IPv4 and IPv6 addresses for a name (such as bad12.haxx.se) but I don't know how to make my system return them in jum

RE: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Daniel Stenberg
On Fri, 1 Nov 2013, Shao, Shuchao wrote: I have tested that 7.28.0 and 7.28.1 work well, and 7.29.0 will occur the issue very soon. So the bug should be introduced from 7.29.0. Okay great, then we're down to 260 contenders. 7.29.0 was the first release we did after the rather large internal r

RE: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Shao, Shuchao
I have tested that 7.28.0 and 7.28.1 work well, and 7.29.0 will occur the issue very soon. So the bug should be introduced from 7.29.0. Thanks, Simon -Original Message- From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Friday, November 01,

Re: Many CLOSE_WAIT when handling lots of URLs

2013-11-01 Thread Daniel Stenberg
On Fri, 1 Nov 2013, Shao, Shuchao wrote: if I use the latest curl-7.33.0 to take place of the curl-7.24.0, there will be many CLOSE_WAIT on my curl-loader machine. Seems it is a bug introduced between 7.24.0 and 7.33.0. ... Do you have some idea what will result in this or give some instruct