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
View File
@@ -1,5 +1,6 @@
<cfsetting showdebugoutput="no" enablecfoutputonly="true">
<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-Methods" value="GET, POST, OPTIONS">
<cfheader name="Access-Control-Allow-Headers" value="Content-Type">