-
Notifications
You must be signed in to change notification settings - Fork 2.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
HTTP-206 when a resource is bigger than 1MB #6631
Comments
Just as addition, this project works perfectly fine on Linux: |
It could be related to the browser. Is it sending "range" requests? Which browser vendor and version are you using? Can you get a screenshot of the browser's webconsole to show us what requests are made (along with the request and response headers)? |
Hi, I tried with Firefox and Chrome on MacOs (same laptop I run the executable), right now I don't have my work laptop with me, will try it tomorrow. |
I don't see this, can you test with 1.3.0.Final? |
Is this still an issue? |
Sorry I was pulled in different things for a lot and I missed the notification, will try and give you a feedback. |
Closing for lack of feedback |
Describe the bug
If a resource in META-INF/resources is bigger than 1MB the content will be partially transferred when the app is running in native mode
Expected behavior
The resource will be fully transferred
Actual behavior
Two different behavior happen:
To Reproduce
Steps to reproduce the behavior:
target/quarkus-resource-bug-prj-1.0.0-SNAPSHOT-runner
Configuration
# Add your application.properties here, if applicable. <empty>
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: Darwin Mirkos-MacBook-Pro.local 18.7.0 Darwin Kernel Version 18.7.0: Sun Dec 1 18:59:03 PST 2019; root:xnu-4903.278.19~1/RELEASE_X86_64 x86_64java -version
:openjdk version "1.8.0_232"
OpenJDK Runtime Environment (build 1.8.0_232-20191009173705.graal.jdk8u-src-tar-gz-b07)
OpenJDK 64-Bit GraalVM CE 19.2.1 (build 25.232-b07-jvmci-19.2-b03, mixed mode)
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: