Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy seem to drop some requests #3611

Closed
svenefftinge opened this issue Mar 27, 2021 · 2 comments · Fixed by #3964
Closed

Proxy seem to drop some requests #3611

svenefftinge opened this issue Mar 27, 2021 · 2 comments · Fixed by #3964
Assignees
Labels
component: ws-proxy type: bug Something isn't working

Comments

@svenefftinge
Copy link
Member

Bug description

Working on https://github.com/gitpod-io/vscode is currently pretty unreliable, as the started webserver serves a huge amount of files and our proxy regularly seems to swallow some of the requests (no responses).
We have to try reloading multiple times until it works.

Steps to reproduce

  1. open gitpod.io/#https://github.com/gitpod-io/vscode
  2. wait for the additional window to load (if it stays white you might have seen such a loading issues
  3. open dev tools and see network tab.

Expected behavior

No response

Example repository

No response

@svenefftinge svenefftinge added this to the [backlog] April 2021 milestone Mar 27, 2021
@akosyakov
Copy link
Member

I notice the same issues with pprof when I run very long profiling sessions. It seems that there is a timeout for requests. Maybe we should at least set them high enough for port location, not sure about workspace location (although it breaks pprof there and preview too).

@geropl geropl added the type: bug Something isn't working label Apr 12, 2021
@aledbf aledbf self-assigned this Apr 12, 2021
@geropl
Copy link
Member

geropl commented Apr 13, 2021

It seems that there is a timeout for requests

This could indeed be the case. There are two ways where this could fail (in the gitpod.io setup):

  • connection proxy -> ws-proxy
  • ws-proxy -> actual service

@csweichel csweichel removed this from the April 2021 milestone May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: ws-proxy type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants