Skip to content

HTTP/2 support #5033

@Patrick-Erichsen

Description

@Patrick-Erichsen

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

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

Metadata

Metadata

Assignees

Labels

ide:vscodeRelates specifically to VS Code extensionkind:questionIndicates a questionstale

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions