Re: Cannot receive data with POE tcp connection

Andhi Noerdianto <[email protected]> Tue, 04 Oct 2011 11:06:51 +0700
Newsgroups gmane.comp.lang.perl.poe
Message-ID <[email protected]>
Hi Rocco,

Thank you for your help. I've tried and succeeded. :)

Andhi.

On 10/04/2011 10:48 AM, Rocco Caputo wrote:
> Hi, Andhi.
>
> Many Internet protocols are line-based and use the RFC "network newline" (CR+LF).  POE::Component::Server::TCP defaults to this, but you can change it.  See: http://search.cpan.org/~rcaputo/POE-1.312/lib/POE/Component/Server/TCP.pm#ClientFilter
>
>