winlin

fix #239, traverse the token before response connect. 1.0.10.

@@ -20,3 +20,4 @@ CONTRIBUTORS ordered by first contribution. @@ -20,3 +20,4 @@ CONTRIBUTORS ordered by first contribution.
20 * karthikeyan<keyanmca@gmail.com> "Bug fixed" 20 * karthikeyan<keyanmca@gmail.com> "Bug fixed"
21 * StevenLiu<lq@chinaffmpeg.org> "Build SRS on Darwin OSX" 21 * StevenLiu<lq@chinaffmpeg.org> "Build SRS on Darwin OSX"
22 * zhengfl<zhengfl_1989@126.com> "Bug fixed" 22 * zhengfl<zhengfl_1989@126.com> "Bug fixed"
  23 +* tufang14<breadbean1449@gmail.com> "Bug fixed"
@@ -372,6 +372,7 @@ Supported operating systems and hardware: @@ -372,6 +372,7 @@ Supported operating systems and hardware:
372 * 2013-10-17, Created.<br/> 372 * 2013-10-17, Created.<br/>
373 373
374 ## History 374 ## History
  375 +* v1.0, 2014-11-13, hotfix [#239](https://github.com/winlinvip/simple-rtmp-server/pull/239), traverse the token before response connect. 1.0.10.
375 * v1.0, 2014-11-25, update PRIMARY, AUTHORS, CONTRIBUTORS of SRS. 1.0.8. 376 * v1.0, 2014-11-25, update PRIMARY, AUTHORS, CONTRIBUTORS of SRS. 1.0.8.
376 * v1.0, 2014-11-18, all wiki translated to English. 1.0.7. 377 * v1.0, 2014-11-18, all wiki translated to English. 1.0.7.
377 * v1.0, 2014-11-13, hotfix [#200](https://github.com/winlinvip/simple-rtmp-server/issues/200), deadloop when read/write 0 and ETIME. 1.0.6. 378 * v1.0, 2014-11-13, hotfix [#200](https://github.com/winlinvip/simple-rtmp-server/issues/200), deadloop when read/write 0 and ETIME. 1.0.6.
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 // current release version 31 // current release version
32 #define VERSION_MAJOR 1 32 #define VERSION_MAJOR 1
33 #define VERSION_MINOR 0 33 #define VERSION_MINOR 0
34 -#define VERSION_REVISION 9 34 +#define VERSION_REVISION 10
35 // server info. 35 // server info.
36 #define RTMP_SIG_SRS_KEY "SRS" 36 #define RTMP_SIG_SRS_KEY "SRS"
37 #define RTMP_SIG_SRS_ROLE "origin/edge server" 37 #define RTMP_SIG_SRS_ROLE "origin/edge server"