I got an error message on the site: "Our edit queue is full, try again in a few minutes", but that was the entire text of the page. Even though the Content-Type header I received was "text/html; charset=utf-8", the page was plain text with no HTML formatting. I don't mind that it was in plain text (actually I kinda liked it), but then the Content-Type should be "text/plain".

Also, the HTTP response code received was "200 OK".

This is bad! Because everything was not okay.

It was an error and should have a more appropriate HTTP response code.

share|improve this question
2  
Agreed, it should be 503 – vartec Jun 16 '11 at 9:36
this has been posted before: meta.stackoverflow.com/questions/88086/cannot-edit-edit-queue – 0A0D Jun 16 '11 at 12:22
different questions – mindless.panda Jun 16 '11 at 13:21

1 Answer

up vote 5 down vote accepted

Starting with the next build we'll properly return a 503 status when this case (or this other case) happen.

share|improve this answer
That's the answer I was hoping for. Thanks! – Will Sheppard Nov 25 '12 at 10:43

You must log in to answer this question.

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