streaming correction

This commit is contained in:
zzz
2016-10-31 00:46:12 +00:00
parent 049f94b077
commit 26064cee36

View File

@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}September 2015{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.22{% endblock %}
{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.27{% endblock %}
{% block content %}
<h2>{% trans %}Overview{% endtrans %}</h2>
@ -454,7 +454,7 @@ The sendStreamId may or may not correspond to an existing connection.
<p>{% trans -%}
A pong packet must have the ECHO flag set.
The sendStreamId must be zero, and the receiveStreamId is the sendStreamId from the ping.
The pong packet does not include any payload that was contained in the ping.
Prior to release 0.9.18, the pong packet does not include any payload that was contained in the ping.
{%- endtrans %}</p>
<p>{% trans -%}