Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: e692fb8540a13dac680bdf06c7f1706cb99713c6 https://github.com/xwiki-contrib/ai-llm/commit/e692fb8540a13dac680bdf06c7f17... Author: Paul Pantiru <[email protected]> Date: 2026-05-14 (Thu, 14 May 2026) Changed paths: M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/HttpClientFactory.java Log Message: ----------- LLMAI-137: Force HTTP/1.1 to fix hanging requests with h2c-incompatible inference servers * Forcing HTTP/1.1 avoids the upgrade handshake. * There is no meaningful benefit to HTTP/2 for LLM API calls (single large streaming responses), and no security or functional regression for HTTPS-based providers. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications