Changeset 1661

Show
Ignore:
Timestamp:
09/10/08 21:47:18 (3 months ago)
Author:
nick
Message:

Revert a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/branches/gerard-cpyamf-225/pyamf/amf3.py

    r1660 r1661  
    514514        if self.compressed: 
    515515            buf = zlib.compress(buf) 
     516            #FIXME nick: hacked 
     517            buf = buf[0] + '\xda' + buf[2:] 
    516518 
    517519        return buf