chnykn
chnykn
> Thanks. I've added both but I'm still getting the same error unfortunately. Is anything else needed, such as building the C++ lib with CMake? I have the same problem...
@sugarme thank you, thank you. I've turned to archlinux.
你提到的“数据包中掉**1个**字节”,是不是在遇到 \r\n 两个字符的时候,\n没有了? 如果是这种情况的话,原因在于: ./rt-thread/components/net/at/src/at_client.c 的at_recv_readline和client_parser函数中 如果传输的是二进制文件或数据,其中内容当中凑巧有\r\n的字符,at_recv_readline函数会解释为换行 随后client_parser函数当中,会把把\n替换为\0, 导致内容变化。
I meet the same problem! has been solved?
I have solved this problem, https://github.com/chnykn/nginx-upload-module @2mmi @qiufengruoyi @JerryGaoYJ
第二条非常有必要
代码写的挺不错!正在研读代码中,以后或许我也会参与