During the day, almost every day, I get a handful of 408 Request Timeout pages when doing stuff on Stack Overflow or Meta Stack Overflow.

Is this an Australia thing, or are others experiencing this intermittently?

share|improve this question
Same here, very occasionally (like 2-3 times in 14 days). – Pekka 웃 Feb 24 '11 at 0:24
@Pekka, the thing is I get it on no other sites, so I blame haproxy or something – Sam Saffron Feb 24 '11 at 0:26
1  
@waffles I've never seen it anywhere else than on SO and MSO (although I'm not entirely sure about the latter) – Pekka 웃 Feb 24 '11 at 0:27
1  
I get it on SO occasionally too, don't know that I've ever noticed it on meta (also in Sydney) – Jon Feb 24 '11 at 0:55
1  
+1. I'm US-based and get this on SO periodically. Thought it was just a bad connection on my part. – templatetypedef Feb 24 '11 at 7:10
Happens around once a week over here.. – Sha Wiz Dow Ard May 15 '11 at 13:33
Just saw several of them here (London, UK) - first ones ever. Looks like they happen when posting. – Oded May 30 '11 at 20:30
Get that error few times a week. I just hit F5 and it disapear. – user150926 Jul 15 '11 at 5:51
@waffles - Are you seeing these again recently? I'm hitting them 10 - 15 times per day over the last two weeks. – Tim Post Aug 13 '11 at 18:48

1 Answer

We send our web logs to SQL so we can query them. It turns out that we have a bug that prevents 408s from being logged to SQL.

I did take several random samples of 10,000,000 requests each from our raw logs and have found ~ 30 per 10,000,000 requests that come through as 408. HAProxy records termination states, for all of them I have found they are logged as "cR--" which means:

c : the client-side timeout expired while waiting for the client to
            send or receive data.
R : the proxy was waiting for a complete, valid REQUEST from the client
            (HTTP mode only). Nothing was sent to any server.

Since 99.99972% of the requests sampled don't have this problem, for now I am going to regard these as a negligible error. If you are receiving a lot more of these over a long period of time (i.e. more that 30 for every 10 million requests you make) I think there is likely a client side issue.

However, since it is possible that my samples are missing spurts of 408s I will do more extensive research when our 408s are part of queryable logs (should be a week or two, the person who maintains our logging system is on vacation at the moment). I will also look closely at the IPs of people who are reporting the issue to see if I can get any more detail -- but right now it is hard with raw data due to the size of it.

share|improve this answer
about a minute ago, here on meta. IP 220.239.101.xxx – Jon Mar 5 '11 at 7:21
I've had this a lot recently, mostly when browsing on my iphone via 3G but occasionally on wifi. Only affects stackexchange sites and I've just had 3 in a row. My current IP address is 82.132.210.xxx – Richard Miskin Mar 5 '11 at 22:59
IP is 109.171.83.xx, a few minutes ago. Most of the time this is happening once every 4-10 minutes or so of active browsing. (Rarely it stops 408ing for an hour or two, though.) I guess, it is somehow related to the provider (overall connection here appears to be not very stable), however, there are no problems with other sites. – Anton Strogonoff Jun 15 '11 at 17:28
@Kyle, still get this every few days. Just had it about 2 minutes ago on SO. IP is 59.167.129.xxx – Jon Jul 12 '11 at 11:23
I saw several of these (2-3) yesterday and today, after months of no sightings. I'm on a 3G mobile connection (which is pretty stable though - I don't think that's the reason) – Pekka 웃 Jul 14 '11 at 9:48
I have not seen this issue ever since the first router reboot. I suspect it is resolved now – Sam Saffron Jul 14 '11 at 23:53
@waffles: Just happened to me on 92.3.157.238 (everyone else: please don't DDOS my Netgear router :( :P ) – Matt Jul 16 '11 at 18:12
yeah @Matt I thought it was over but got it again yesterday – Sam Saffron Jul 16 '11 at 23:24
I just got this error and my IP is 69.232.71.12. – Zian Choy Jul 22 '11 at 5:39
I'd add that I see this ~6-7 times a week. – Kev Aug 13 '11 at 19:26
I got one of these right now on StackOverflow if you wanted something to go look for in your logs. – Kev Aug 27 '11 at 18:16
And another one right now when trying to view this page: stackoverflow.com/questions/7212605/… – Kev Aug 28 '11 at 13:33
And another one right now accessing: stackoverflow.com/admin – Kev Aug 28 '11 at 14:44
You can tell me to stop ? :) – Kev Aug 28 '11 at 14:44
I get one whey trying to answer the following question: stackoverflow.com/questions/7491808/… – BigTuna Sep 21 '11 at 13:23
show 1 more comment

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged