v1.0.30: Connection: close — принудительно новая коннекция на каждый запрос

This commit is contained in:
2026-06-18 20:57:11 +04:00
parent d42b2966af
commit d3516f1454
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -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">