Curl wrapper

KennyTM~ kennytm at gmail.com
Tue May 17 11:44:20 PDT 2011


On May 17, 11 22:45, Andrei Alexandrescu wrote:
> On 5/17/11 12:23 AM, Vladimir Panteleev wrote:
>> On Tue, 17 May 2011 07:43:06 +0300, Andrei Alexandrescu
>> <SeeWebsiteForEmail at erdani.org> wrote:
>>
>>> 3. Data on wire is ubyte[], not void[].
>>
>> I was the one who suggested using void[]. If data on wire is ubyte[],
>> why is data on disk void[] (according to std.file.read/write)?
>
> Bug in std.file.
>
> Andrei

I suppose that applies to std.mmfile too? MmFile.opSlice() currently 
returns a void[].


More information about the Digitalmars-d mailing list