-
Notifications
You must be signed in to change notification settings - Fork 638
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
readMIMEHeader exception: malformed MIME header line #409
Comments
Is your cache up to date for deno_std? |
Yeah, I've tried the latest version, too. |
and
|
Uncaught ProtocolError: malformed MIME header initial line: "title":"课2程",
at ProtocolError (file:///Users/waniu/Library/Caches/deno/deps/https/deno.land/std@v0.3.4/textproto/mod.ts:20:5)
at readMIMEHeader (file:///Users/waniu/Library/Caches/deno/deps/https/deno.land/std@v0.3.4/textproto/mod.ts:79:13) |
I made the same mistake |
I'm unable to repeat this error. If you're able to trigger this exception reliably, please copy and paste the exact HTTP request. You can attempt to put the request into one of these tests: |
I can reproduce. Working on it. @runnerSnail could you run it using the master branch of |
The text was updated successfully, but these errors were encountered: