[perl #109306] IO::Socket::INET not properly handling input-line-separator param

2015-11-05 Thread jn...@jnthn.net via RT
On Sun Jan 29 02:39:03 2012, pawel.pab...@implix.com wrote: > Run following P6 listener: > > perl6 -e 'my $l = IO::Socket::INET.new( input-line-separator => > "\r\n", localport => 8080, :listen); while my $c = $l.accept() { for > ^10 { $c.get().encode().gist.say; }; $c.close }' > > Then call it w

[perl #109306] IO::Socket::INET not properly handling input-line-separator param

2012-01-29 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #109306] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109306 > Run following P6 listener: perl6 -e 'my $l = IO::Socket::INET.new( input-line-se