Skip to content

Commit

Permalink
Do not trans_encoding in IO::Socket.recv
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 18, 2012
1 parent 942e670 commit 7090070
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/IO/Socket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ my role IO::Socket {

if $!buffer.chars < $chars {
my str $r = $!PIO.recv;
$r = pir::trans_encoding__SSI($r,
pir::find_encoding__Is('utf8'));
$!buffer ~= nqp::p6box_s($r);
}

Expand Down

0 comments on commit 7090070

Please sign in to comment.