Changeset 5459

Show
Ignore:
Timestamp:
03/26/08 17:05:40 (2 months ago)
Author:
hdm
Message:

Switch back to client.put

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/auxiliary/server/capture/http.rb

    r5458 r5459  
    183183                                                "Connection: Close\r\n\r\n#{idata}"                      
    184184 
    185                                         cli.syswrite(res) 
     185                                        cli.put(res) 
    186186                                        return 
    187187                                end