Changeset 32

Show
Ignore:
Timestamp:
01/31/08 09:00:21 (7 months ago)
Author:
xammy
Message:
  • aaronc542 requested access to some internals for better performance.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fcgi/Request.d

    r23 r32  
    259259        return writeRecord (cast(FastCGIRecordType) type, data.ptr, data.length); 
    260260    } 
     261 
     262    FastCGIInternalConduit conduit () 
     263    { 
     264        return conduit_; 
     265    } 
     266 
     267    public uint id () 
     268    { 
     269        return id_; 
     270    } 
    261271     
    262272    private uint writeRecord (FastCGIRecordType type, void* data, int size)