refs #703: force Smilegate PoC HTTP 1.1

This commit is contained in:
devmrko
2026-07-23 12:57:59 +09:00
parent a66fdb2413
commit 983bd5d4cb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
{
servers {
protocols h1 h2
# 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
}
}