summaryrefslogtreecommitdiffstats
path: root/netwerk/test/httpserver/test/data/sjs/sjs
blob: 374ca41674ec6a1310edf98ce8863049b423d952 (plain)
1
2
3
4
function handleRequest(request, response)
{
  response.write("FAIL");
}