HTTP/2 support #6983
Unanswered
Patrick-Erichsen
asked this question in
Help
HTTP/2 support
#6983
Replies: 1 comment
-
This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions