refs #703: avoid blocking Smilegate backoffice rendering

This commit is contained in:
devmrko
2026-07-23 13:04:28 +09:00
parent 983bd5d4cb
commit ddd487c96a
3 changed files with 7 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
{
servers {
# A client HTTP/2 connection retained queued response bytes after Caddy
# completed schema-metadata. Serve the Smilegate PoC over HTTP/1.1 until
# that client-side flow-control path is proven stable.
protocols h1
protocols h1 h2
}
}