Re: [I] 使用brpc实现h2server时,通过postman以multipart/formdata格式发送文件到server端,server端无法正常读取 (brpc)

2024-10-21 Thread via GitHub
wuwenjunwwj commented on issue #2185: URL: https://github.com/apache/brpc/issues/2185#issuecomment-2428116376 > 已经有解决方案了 请问这个如何解决的,看brpc 没有解析form-data,需要自己解析吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [VOTE] Release Apache bRPC 1.11.0

2024-10-21 Thread Weibing Wang
+1 binding I have checked: [x] Download links are valid. [x] Checksums and PGP signatures are valid. [x] Source code distributions have correct names matching the current release. [x] LICENSE and NOTICE files are correct for each brpc repo. [x] All files have license headers if necessary. [x] No

Re: [VOTE] Release Apache bRPC 1.11.0

2024-10-21 Thread Wang,Weibing
+1 binding I have checked: [x] Download links are valid. [x] Checksums and PGP signatures are valid. [x] Source code distributions have correct names matching the current release. [x] LICENSE and NOTICE files are correct for each brpc repo. [x] All files have license headers if necessary. [x] No

[I] [Question] Is it compatible with the Stream feature of gRPC Python client (brpc)

2024-10-21 Thread via GitHub
zhyncs opened a new issue, #2791: URL: https://github.com/apache/brpc/issues/2791 Hi bRPC developers @chenBright @wwbmmm @wasphin @thorneliu As titled, is bRPC compatible with the Stream feature of gRPC Python client? The main use case is similar to the SSE feature of ChatGPT, with the