You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by ChangCheng <cc...@msn.com> on 2011/09/21 13:56:40 UTC

Small Bug in protocol plugin

Hi developers, I found there is a small bug in example protocol plugin.Please see the line 182 in file TxnSM.cip_addr.sin_port = txn_sm->q_server_port;shoule be changed to ip_addr.sin_port = htons(txn_sm->q_server_port);.The bug cause to TSNetConnect error!Pleasse fix it!ThanksCheng