-
Notifications
You must be signed in to change notification settings - Fork 4.4k
HTTP/2 support #5033
Copy link
Copy link
Closed
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:questionIndicates a questionIndicates a questionstale
Metadata
Metadata
Assignees
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:questionIndicates a questionIndicates a questionstale
Validations
Problem
https://discord.com/channels/1108621136150929458/1357372774791905513
Hi,
I am using Continue.dev with VCCode. I am facing stream buffering issue on my server. I have my own custom Proxy API which does RAG and usees Anthropic 3.5 Haiku model for code generation.
I've noticed that my Proxy service does some delay when doing stream buffering. Like most of the events arrive late, very close to each other.
I've investigated it at it seems the issue is when I call this API with HTTP/1 .1 protocol.. When I change to HTTP/2 it works well and smooth.
QUESTION:
Is it possible to make Continue.dev plugin use HTTP/2 instead of HTTP/1.1?
Is there any configuration for this?
If not then are you able to suggest some workaround for this? 👀
Solution
No response