gpt4 book ai didi

php - 如何使用 [PHP] cURL 发送 HTTP/2 PING 帧

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:07:11 25 4
gpt4 key购买 nike

我正在创建一个 PHP(不要讨厌!!)脚本,根据他们的 new documentation 创建到 Apple 的新 APNS 服务器的长期连接.

一般概念是while(true)循环休眠 n 秒,并检查出站推送通知队列,这些通知由单独的应用程序创建并插入到数据库中。

由于我对 HTTP/2 规范和协议(protocol)缺乏了解,我无法理解文档的以下部分。

Best Practices for Managing Connections

<snip> You can check the health of your connection using an HTTP/2 PING frame.

在这个循环运行时,我需要收到有关连接健康状况的警报,以便在我断开连接或连接以某种方式终止的情况下重新连接。

因此,总而言之,我将如何发送 HTTP/2 PING使用 cURL 的框架,特别是 PHP 的 cURL,响应可能是什么样的?

我想,由于 cURL 使用 nghttp2 作为与 HTTP/2 交互的低级库,这与它有关,但我不确定如何在 curl 中使用 nghttp2 函数:https://nghttp2.org/documentation/nghttp2_submit_ping.html

最佳答案

curl(当前)不提供允许应用程序发送特定 HTTP/2 帧(如 PING)的 API。

关于php - 如何使用 [PHP] cURL 发送 HTTP/2 PING 帧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36431063/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com