-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
URL Requests are truncated via proxy #129
Comments
@cetra3 Can you check |
the URL starts off as a If i print out the URL beforehand, it does not appear truncated. |
Looking at the code, it appears the Is there a way to ensure that the buffer is always the appropriate size? I'm not sure what happens to that type of buffer if the |
That is bug |
fixed in master |
I'm seeing some weird stuff when trying to proxy requests with large URLs (around 400 characters), whereby it looks like the buffer is overriding the HTTP request headers.
As an example, if set up a proxy to a URL
/blah
and append the query params from the client.If I have a small amount of characters, I see this in wireshark:
If I append more characters, to the request, then the URL is completely truncated out:
Not really sure what's happening here.
The text was updated successfully, but these errors were encountered: