-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix(ClientRequest): support 100 continue flow #599
base: main
Are you sure you want to change the base?
Conversation
For mine use case, this error occur when using localstack and calling S3 upload. Uploading for first byte take so long (timeouts), that localstack sends back 100. 100 is not handled by undici/native fetch in v20 correctly and it throws error of not handle status code by undici. |
I've pushed the fix where we are now able to construct a Updates the tests, no idea why they are failing only when (1) the interceptor is on; (2) the Bypass
Mocked
|
Relevant comments:
#515 (comment)
#515 (comment)