Victor

Results 14 comments of Victor

解决了就关闭吧

自己改源码,task进行比较的地方对url做剪切处理,把地址里的签名去掉再对比

This function should not be named ‘get’, how about 'fork' 😄😄

应该直接给他发pull request

我觉得是不支持hexo6

七年了,整整七年了,你知道这七年我是怎么过来的吗

```kotlin val buffer = Buffer() requestBody.writeTo(buffer) ``` When uploading 1g files, the memory is full, and anr occurs. Debugging found stuck in this line of code.

> Thank you for your reply.Yes, I have skiped logging when uploading a file

我觉得还是代码问题,根据堆栈信息看到如下代码 ```java // fetch int fetchLength = inputStream.read(readBuffer); if (fetchLength == -1) { return fetchLength; } ``` 我想如果直接写入文件是没问题的,读取到内存 再写入文件 中间就出问题了 还是贴一下我这边出现的堆栈吧,实在是太频繁了 ```java 2018-12-26 14:01:51.263 26082-26082/cn.findpiano.piano.dev E/FindDownloadModule: java.net.ProtocolException: unexpected end of...