You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2021/11/25 09:20:12 UTC

[GitHub] [incubator-brpc] liangwens opened a new issue #1615: urllib.urlopen().read() 访问http service卡住

liangwens opened a new issue #1615:
URL: https://github.com/apache/incubator-brpc/issues/1615


   
   使用python 自带urllib.open("http://").read() 会卡住,拿不到结果,不知道其他人有没有遇到过这种情况
   
   import urllib
   urllib.urlopen('http://10.178.8.238:6000/ServerOpsService/ops?info').read()
   
   
   
   
   


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] lorinlee commented on issue #1615: urllib.urlopen().read() 访问http service卡住

Posted by GitBox <gi...@apache.org>.
lorinlee commented on issue #1615:
URL: https://github.com/apache/incubator-brpc/issues/1615#issuecomment-980644165


   可以抓包看看有没有什么线索,卡住的原因可能很多


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] lorinlee edited a comment on issue #1615: urllib.urlopen().read() 访问http service卡住

Posted by GitBox <gi...@apache.org>.
lorinlee edited a comment on issue #1615:
URL: https://github.com/apache/incubator-brpc/issues/1615#issuecomment-980644165


   可以用tcpdump抓包看看有没有什么线索,卡住的原因可能很多


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org