We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TXT文件的Content-Type有时被判断为text/plain因此没有Content-Length,字典不能读到content-length键而抛出异常。
The text was updated successfully, but these errors were encountered:
啊这, 的确是, 刚刚才看到, 这就去改
Sorry, something went wrong.
目前 txt 文件是至少有人下载过一次之后, 才能获取到 Content-Length
Content-Length
已经修复~ 遇到无法获取 Content-Length 的情况, 先尝试读取 1 byte 数据, 此时再对资源请求一次就可以得到正确的 headers 了
No branches or pull requests
TXT文件的Content-Type有时被判断为text/plain因此没有Content-Length,字典不能读到content-length键而抛出异常。
The text was updated successfully, but these errors were encountered: