minimal formatting change
This commit is contained in:
parent
c85b7e106a
commit
246e79fa14
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ public abstract class AbstractServletClient extends HttpServlet {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (!trans.cache || ! caching) {
|
if (!trans.cache || ! caching) {
|
||||||
// Disable caching of response.
|
// Disable caching of response.
|
||||||
if (protocol == null || !protocol.endsWith ("1.1"))
|
if (protocol == null || !protocol.endsWith ("1.1"))
|
||||||
res.setHeader ("Pragma", "no-cache"); // for HTTP 1.0
|
res.setHeader ("Pragma", "no-cache"); // for HTTP 1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue