mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
disable keep alive
This commit is contained in:
parent
54152e1d9c
commit
6c59bbd5d6
@ -1138,7 +1138,7 @@ namespace OS {
|
||||
return $.ajax({
|
||||
type: "POST",
|
||||
url: p,
|
||||
headers: { 'Cache-Control': 'no-cache'},
|
||||
headers: { 'Connection': 'close'},
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(
|
||||
d,
|
||||
@ -1226,8 +1226,8 @@ namespace OS {
|
||||
return $.ajax({
|
||||
url: p,
|
||||
data: formd,
|
||||
headers: { 'Cache-Control': 'no-cache'},
|
||||
type: "POST",
|
||||
headers: { 'Connection': 'close'},
|
||||
contentType: false,
|
||||
processData: false,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user