summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/mochitest/mixedcontent/nocontent.sjs
blob: d5d65cf8a451a80213f91d49e8c8d8d0edc75578 (plain)
1
2
3
4
5
"use strict";

function handleRequest(request, response) {
  response.setStatusLine(request.httpVersion, 204, "No Content");
}