Skip to content

Commit

Permalink
For #730, remove the test code. 2.0.234
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Feb 25, 2017
1 parent 0059b1c commit 3903d2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion trunk/src/protocol/srs_rtmp_stack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3903d2a

Please sign in to comment.