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
Problem 1 is that source setting header on java side and output were different
problem 2 is that bun did not report detail of which header is invalid, just a generic error
What is the expected behavior?
a) ignore the header (print warning in verbose)
b) throw error saying which header name is wrong
What do you see instead?
generic error Malformed_HTTP_Response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Linux 4.18.0-372.32.1.el8_6.x86_64 x86_64 x86_64
What steps can reproduce the bug?
use netcat to fake a web server and return following
This silly bug was caused by wrong header name in code using jettty (':' was converted to '?')
Problem 1 is that source setting header on java side and output were different
problem 2 is that bun did not report detail of which header is invalid, just a generic error
What is the expected behavior?
What do you see instead?
generic error Malformed_HTTP_Response
Additional information
No response
The text was updated successfully, but these errors were encountered: