v1.0.30: Connection: close — принудительно новая коннекция на каждый запрос
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
<img src="/nubes-logo.svg" alt="Nubes">
|
<img src="/nubes-logo.svg" alt="Nubes">
|
||||||
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.29 — Lucee</span></span>
|
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.30 — Lucee</span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<cfsetting showdebugoutput="no" enablecfoutputonly="true">
|
<cfsetting showdebugoutput="no" enablecfoutputonly="true">
|
||||||
<cfheader name="Content-Type" value="application/json; charset=utf-8">
|
<cfheader name="Content-Type" value="application/json; charset=utf-8">
|
||||||
|
<cfheader name="Connection" value="close">
|
||||||
<cfheader name="Access-Control-Allow-Origin" value="*">
|
<cfheader name="Access-Control-Allow-Origin" value="*">
|
||||||
<cfheader name="Access-Control-Allow-Methods" value="GET, POST, OPTIONS">
|
<cfheader name="Access-Control-Allow-Methods" value="GET, POST, OPTIONS">
|
||||||
<cfheader name="Access-Control-Allow-Headers" value="Content-Type">
|
<cfheader name="Access-Control-Allow-Headers" value="Content-Type">
|
||||||
|
|||||||
Reference in New Issue
Block a user