Home
last modified time | relevance | path

Searched refs:HTTP_ONLY_COMMENT (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/
H A DResponse.java69 public final static String HTTP_ONLY_COMMENT = "__HTTP_ONLY__"; field in Response
174 if (comment != null && comment.contains(HTTP_ONLY_COMMENT)) { in addCookie_()