Paragrf opened a new issue, #3001:
URL: https://github.com/apache/brpc/issues/3001

   **Describe the bug**
   服务端开启鉴权后,如果客户端通过grpc协议鉴权失败,返回体是HTTP1.0格式的,客户端无法解析,导致客户端一直夯死,无法解析出正确的错误码。
   
   **To Reproduce**
   brpc服务端加入  options.auth=&auth后,直接通过postman的grpc接口访问即可复现
   
   
![Image](https://github.com/user-attachments/assets/c1187541-c99b-4b37-b5d8-1e9e5add7b0e)
   
   **Expected behavior**
   期望客户端在服务端返回鉴权失败时能正常解析鉴权失败的错误码,而不是一直处于夯死状态直到超时
   
   **Versions**
   1.12.0
   
   **Additional context/screenshots**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to