-
-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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
Labels
bugSomething isn't workingSomething isn't working