You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 206 response code in ServerFileBodyHandler.sendFile is not always used if there is a Response already present in the context for instance from ResponseHandler.
I tried adding the below code to ServerFileBodyHandler.sendFile and it worked on my end, but it seem a bit hackish, so raising it as an issue here to get some people with better contextual knowledge to look if this approach is OK.
Describe the bug
Bug report for #37205 / #37213,
The 206 response code in ServerFileBodyHandler.sendFile is not always used if there is a Response already present in the context for instance from ResponseHandler.
I tried adding the below code to ServerFileBodyHandler.sendFile and it worked on my end, but it seem a bit hackish, so raising it as an issue here to get some people with better contextual knowledge to look if this approach is OK.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: