swow / swow

Coroutine-based cross-platform concurrent I/O engine.
Apache License 2.0
1.19k stars 113 forks source link

使用Stream函数创建https类型连接时没有hook到 #31

Closed amuluowin closed 2 years ago

amuluowin commented 3 years ago

5@)Q45EK657T~45 N0S9JLO

具体复现: 使用guzzle包中的StreamHandler请求https站点时,fopen会阻塞。

twose commented 3 years ago

已知的待办项(SSL支持), 进行中

twose commented 2 years ago

php -d extension=swow -r "echo fread(fopen('https://www.baidu.com', 'r'), 8192);"

已支持