Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
2 function handleRequest(request, response)
3 {
4 // avoid confusing cache behaviors
5 response.setHeader("Cache-Control", "no-cache", false);
6 response.setHeader("Content-Type", "application/json", false);
8 // used by test_user_agent_updates test
9 response.write(decodeURIComponent(request.queryString));
10 }