mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
For #730, remove the test code. 2.0.234
This commit is contained in:
parent
0059b1cf7a
commit
3903d2a8e3
3 changed files with 2 additions and 2 deletions
|
@ -335,6 +335,7 @@ Remark:
|
|||
|
||||
## History
|
||||
|
||||
* v2.0, 2017-02-25, for [#730][bug #730], remove the test code. 2.0.234
|
||||
* v2.0, 2017-02-09, fix [#503][bug #503] disable utilities when reload a source. 2.0.233
|
||||
* v2.0, 2017-01-22, for [#752][bug #752] release the io then free it for kbps. 2.0.232
|
||||
* v2.0, 2017-01-18, fix [#750][bug #750] use specific error code for dns resolve. 2.0.231
|
||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
// current release version
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 233
|
||||
#define VERSION_REVISION 234
|
||||
|
||||
// generated by configure, only macros.
|
||||
#include <srs_auto_headers.hpp>
|
||||
|
|
|
@ -1635,7 +1635,6 @@ int SrsProtocol::response_acknowledgement_message()
|
|||
|
||||
SrsAcknowledgementPacket* pkt = new SrsAcknowledgementPacket();
|
||||
pkt->sequence_number = sequence_number;
|
||||
srs_warn("ack sequence=%#x", sequence_number);
|
||||
|
||||
// cache the message and use flush to send.
|
||||
if (!auto_response_when_recv) {
|
||||
|
|
Loading…
Reference in a new issue