# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #29844]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29844 >


This patch adds socket, connect, send and recv functions to the win32 io Layer.

In PIO_win32_recv (line 694) I changed
        *s = string_make(interpreter, buf, bytesread + 1, NULL, 0, NULL);
to
        *s = string_make(interpreter, buf, bytesread, NULL, 0, NULL);
because the examples/io/http.imc outputed one character too much.
not sure wether this is a bug in PIO_unix_recv

Markus

Attachment: io_net.patch
Description: Binary data

Reply via email to