-
Notifications
You must be signed in to change notification settings - Fork 11
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
Relayd seems to strip away content from http payload. #12
Comments
Okay, I found some more interesting stuff. If you closely look at the following two requests, it looks that the result that is coming from Relayd is not really a HTTP Answer. More looks more like its actually just the payload in plaintext including the headers. What it should look like (query without relayd)
What relayd prints out:
Note the missing HTTP 200 Return Code, note the missing |
I might have the same problem with monit, see here: https://marc.info/?l=openbsd-misc&m=152388670603181&w=2 Did you find any solution for this? I don't get this when relaying to httpd. |
@hrkfdn Did not find out anything. Just dropped the relayd solution and replaced it with nginx. |
Hi,
I just setup a small reverse proxy-like configuration for some of my python (werkzeug) instances.
The problem is that relayd seems to cut HTML content away after X Bytes.
Not sure where this comes from. In the browser I see uninterpreted HTML that ends with this:
Where it should print:
The curling the instance directly (on the backend port, not using relayd) shows:
And the same curl on relayd (notice the bytes transferred)
Anyways, I dont get delivered a working website using relayd and the http protocol. Not sure what to do now. I took a look at the tcp socket buffer configuration but that does not seem the right place, or?
The text was updated successfully, but these errors were encountered: