-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Problems with large files #24
Comments
Hi @marcusbuffett, thank you for the kind words! ./ktunnel expose -i quay.io/omrikiei/ktunnel:v_1_3 |
No dice, unfortunately :/ I tried with a 400kb file:
curl gets stuck there and stays at the same % received. Then eventually gives:
|
hi @marcusbuffett, I'm finding it difficult to make time to troubleshoot and debug this issue, so it might take longer. I'm sorry :( |
No worries at all, I’m happily using ktunnel for other purposes currently |
I'm also running into this. Happy to help, but not 100% sure where to go 😢 |
I fixed this here: https://github.com/jaredallard/ktunnel/tree/jaredallard/feat/context However, I put a lot of other changes in this branch, so I need to clean it up to make an actual PR. |
@marcusbuffett, with @jaredallard 's contribution now merged and released in v1.3.0 - could you kindly check if the issue persists? |
I'm trying to proxy to a local web server, but it looks like ktunnel doesn't behave well with large files. Here's some output from curl:
Please, no judgement for the 4MB JS file 😄 I do see these logs from ktunnel about buffer sizes:
Wonder if there's anything I can do about this limitation? Thanks!
And awesome program, exactly what I was looking for and easy to set up
The text was updated successfully, but these errors were encountered: