Skip to content

[BUG]42-xdp-loadbalancer - curl request hanging #190

@tarunsharma79

Description

@tarunsharma79

Describe the bug
"curl 10.0.0.10:8000" request hangs. It donot complete and return success or failure

To Reproduce
Just follow all the steps given in doc and run curl command. but it hangs

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
curl command is expected to return api response

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Rocky10
  • Version 10

Additional context
Is it because http.server is listening on 10.0.0.2 and 10.0.0.3. however "curl 10.0.0.10:8000" sends http req with URI "http://10.0.0.10:800". backend http server sees this request and drop it because URI donot match their IP (e.g. 10.0.0.2 and 10.0.0.3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions