summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/mochitest/mixedcontent/emptyimage.sjs
blob: 5cce2826f8786f8c47218be53d5e5db32c1b70c8 (plain)
1
2
3
4
5
function handleRequest(request, response)
{
  response.setStatusLine(request.httpVersion, 200, "OK");
  //response.setHeader("Content-type", "image/gif");
}